2023-09-21T12:55:27.7560580Z Requested labels: ubuntu-latest
2023-09-21T12:55:27.7561068Z Job defined at: PyTables/PyTables/.github/workflows/wheels.yml@refs/heads/releases/v3.9.0
2023-09-21T12:55:27.7561227Z Waiting for a runner to pick up this job...
2023-09-21T12:55:29.8994400Z Job is waiting for a hosted runner to come online.
2023-09-21T12:55:32.4684667Z Job is about to start running on the hosted runner: GitHub Actions 3 (hosted)
2023-09-21T12:55:36.1541542Z Current runner version: '2.309.0'
2023-09-21T12:55:36.1573412Z ##[group]Operating System
2023-09-21T12:55:36.1574105Z Ubuntu
2023-09-21T12:55:36.1574416Z 22.04.3
2023-09-21T12:55:36.1574775Z LTS
2023-09-21T12:55:36.1575146Z ##[endgroup]
2023-09-21T12:55:36.1575589Z ##[group]Runner Image
2023-09-21T12:55:36.1576080Z Image: ubuntu-22.04
2023-09-21T12:55:36.1576501Z Version: 20230917.1.0
2023-09-21T12:55:36.1577156Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20230917.1/images/linux/Ubuntu2204-Readme.md
2023-09-21T12:55:36.1577921Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20230917.1
2023-09-21T12:55:36.1578577Z ##[endgroup]
2023-09-21T12:55:36.1579014Z ##[group]Runner Image Provisioner
2023-09-21T12:55:36.1579389Z 2.0.299.1
2023-09-21T12:55:36.1579756Z ##[endgroup]
2023-09-21T12:55:36.1580604Z ##[group]GITHUB_TOKEN Permissions
2023-09-21T12:55:36.1582606Z Contents: read
2023-09-21T12:55:36.1582982Z Metadata: read
2023-09-21T12:55:36.1583815Z ##[endgroup]
2023-09-21T12:55:36.1588489Z Secret source: Actions
2023-09-21T12:55:36.1589138Z Prepare workflow directory
2023-09-21T12:55:36.2477134Z Prepare all required actions
2023-09-21T12:55:36.2708693Z Getting action download info
2023-09-21T12:55:36.5309832Z Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744)
2023-09-21T12:55:37.3220860Z Download action repository 'actions/setup-python@v4' (SHA:61a6322f88396a6271a6ee3565807d608ecaddd1)
2023-09-21T12:55:37.9528618Z Download action repository 'actions/upload-artifact@v3' (SHA:a8a3f3ad30e3422c9c7b888a15615d19a852ae32)
2023-09-21T12:55:38.6054870Z Complete job name: Build source distribution
2023-09-21T12:55:38.7343062Z ##[group]Run actions/checkout@v3
2023-09-21T12:55:38.7343465Z with:
2023-09-21T12:55:38.7343724Z   fetch-depth: 0
2023-09-21T12:55:38.7344002Z   submodules: true
2023-09-21T12:55:38.7344316Z   repository: PyTables/PyTables
2023-09-21T12:55:38.7345333Z   token: ***
2023-09-21T12:55:38.7345622Z   ssh-strict: true
2023-09-21T12:55:38.7345947Z   persist-credentials: true
2023-09-21T12:55:38.7346251Z   clean: true
2023-09-21T12:55:38.7346541Z   sparse-checkout-cone-mode: true
2023-09-21T12:55:38.7346866Z   fetch-tags: false
2023-09-21T12:55:38.7347131Z   lfs: false
2023-09-21T12:55:38.7347405Z   set-safe-directory: true
2023-09-21T12:55:38.7347699Z ##[endgroup]
2023-09-21T12:55:39.0449746Z Syncing repository: PyTables/PyTables
2023-09-21T12:55:39.0451789Z ##[group]Getting Git version info
2023-09-21T12:55:39.0452422Z Working directory is '/home/runner/work/PyTables/PyTables'
2023-09-21T12:55:39.0454163Z [command]/usr/bin/git version
2023-09-21T12:55:39.0558909Z git version 2.42.0
2023-09-21T12:55:39.0586977Z ##[endgroup]
2023-09-21T12:55:39.0609553Z Temporarily overriding HOME='/home/runner/work/_temp/a4029f6c-4c35-4d52-bf61-415cd4deb637' before making global git config changes
2023-09-21T12:55:39.0610221Z Adding repository directory to the temporary git global config as a safe directory
2023-09-21T12:55:39.0613563Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/PyTables/PyTables
2023-09-21T12:55:39.0667191Z Deleting the contents of '/home/runner/work/PyTables/PyTables'
2023-09-21T12:55:39.0673210Z ##[group]Initializing the repository
2023-09-21T12:55:39.0678230Z [command]/usr/bin/git init /home/runner/work/PyTables/PyTables
2023-09-21T12:55:39.0799289Z hint: Using 'master' as the name for the initial branch. This default branch name
2023-09-21T12:55:39.0799890Z hint: is subject to change. To configure the initial branch name to use in all
2023-09-21T12:55:39.0800428Z hint: of your new repositories, which will suppress this warning, call:
2023-09-21T12:55:39.0800816Z hint: 
2023-09-21T12:55:39.0801244Z hint: 	git config --global init.defaultBranch <name>
2023-09-21T12:55:39.0801558Z hint: 
2023-09-21T12:55:39.0802018Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2023-09-21T12:55:39.0802630Z hint: 'development'. The just-created branch can be renamed via this command:
2023-09-21T12:55:39.0803342Z hint: 
2023-09-21T12:55:39.0803670Z hint: 	git branch -m <name>
2023-09-21T12:55:39.0813432Z Initialized empty Git repository in /home/runner/work/PyTables/PyTables/.git/
2023-09-21T12:55:39.0875002Z [command]/usr/bin/git remote add origin https://github.com/PyTables/PyTables
2023-09-21T12:55:39.0936554Z ##[endgroup]
2023-09-21T12:55:39.0940028Z ##[group]Disabling automatic garbage collection
2023-09-21T12:55:39.0949594Z [command]/usr/bin/git config --local gc.auto 0
2023-09-21T12:55:39.1000180Z ##[endgroup]
2023-09-21T12:55:39.1002051Z ##[group]Setting up auth
2023-09-21T12:55:39.1013436Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2023-09-21T12:55:39.1065301Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2023-09-21T12:55:39.1622046Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2023-09-21T12:55:39.1656122Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2023-09-21T12:55:39.1971935Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2023-09-21T12:55:39.2021192Z ##[endgroup]
2023-09-21T12:55:39.2022163Z ##[group]Fetching the repository
2023-09-21T12:55:39.2035873Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --progress --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2023-09-21T12:55:39.7118416Z remote: Enumerating objects: 36245, done.        
2023-09-21T12:55:39.7125767Z remote: Counting objects:   0% (1/974)        
2023-09-21T12:55:39.7132050Z remote: Counting objects:   1% (10/974)        
2023-09-21T12:55:39.7136614Z remote: Counting objects:   2% (20/974)        
2023-09-21T12:55:39.7141541Z remote: Counting objects:   3% (30/974)        
2023-09-21T12:55:39.7146019Z remote: Counting objects:   4% (39/974)        
2023-09-21T12:55:39.7150394Z remote: Counting objects:   5% (49/974)        
2023-09-21T12:55:39.7154504Z remote: Counting objects:   6% (59/974)        
2023-09-21T12:55:39.7163627Z remote: Counting objects:   7% (69/974)        
2023-09-21T12:55:39.7172561Z remote: Counting objects:   8% (78/974)        
2023-09-21T12:55:39.7181893Z remote: Counting objects:   9% (88/974)        
2023-09-21T12:55:39.7191068Z remote: Counting objects:  10% (98/974)        
2023-09-21T12:55:39.7199385Z remote: Counting objects:  11% (108/974)        
2023-09-21T12:55:39.7207520Z remote: Counting objects:  12% (117/974)        
2023-09-21T12:55:39.7215425Z remote: Counting objects:  13% (127/974)        
2023-09-21T12:55:39.7222834Z remote: Counting objects:  14% (137/974)        
2023-09-21T12:55:39.7238073Z remote: Counting objects:  15% (147/974)        
2023-09-21T12:55:39.7238828Z remote: Counting objects:  16% (156/974)        
2023-09-21T12:55:39.7243190Z remote: Counting objects:  17% (166/974)        
2023-09-21T12:55:39.7249529Z remote: Counting objects:  18% (176/974)        
2023-09-21T12:55:39.7256382Z remote: Counting objects:  19% (186/974)        
2023-09-21T12:55:39.7257071Z remote: Counting objects:  20% (195/974)        
2023-09-21T12:55:39.7257704Z remote: Counting objects:  21% (205/974)        
2023-09-21T12:55:39.7258309Z remote: Counting objects:  22% (215/974)        
2023-09-21T12:55:39.7258927Z remote: Counting objects:  23% (225/974)        
2023-09-21T12:55:39.7259545Z remote: Counting objects:  24% (234/974)        
2023-09-21T12:55:39.7260171Z remote: Counting objects:  25% (244/974)        
2023-09-21T12:55:39.7260791Z remote: Counting objects:  26% (254/974)        
2023-09-21T12:55:39.7261402Z remote: Counting objects:  27% (263/974)        
2023-09-21T12:55:39.7262039Z remote: Counting objects:  28% (273/974)        
2023-09-21T12:55:39.7263190Z remote: Counting objects:  29% (283/974)        
2023-09-21T12:55:39.7263800Z remote: Counting objects:  30% (293/974)        
2023-09-21T12:55:39.7264800Z remote: Counting objects:  31% (302/974)        
2023-09-21T12:55:39.7265480Z remote: Counting objects:  32% (312/974)        
2023-09-21T12:55:39.7266076Z remote: Counting objects:  33% (322/974)        
2023-09-21T12:55:39.7266442Z remote: Counting objects:  34% (332/974)        
2023-09-21T12:55:39.7266781Z remote: Counting objects:  35% (341/974)        
2023-09-21T12:55:39.7267133Z remote: Counting objects:  36% (351/974)        
2023-09-21T12:55:39.7267492Z remote: Counting objects:  37% (361/974)        
2023-09-21T12:55:39.7267838Z remote: Counting objects:  38% (371/974)        
2023-09-21T12:55:39.7268199Z remote: Counting objects:  39% (380/974)        
2023-09-21T12:55:39.7268610Z remote: Counting objects:  40% (390/974)        
2023-09-21T12:55:39.7268965Z remote: Counting objects:  41% (400/974)        
2023-09-21T12:55:39.7269305Z remote: Counting objects:  42% (410/974)        
2023-09-21T12:55:39.7269666Z remote: Counting objects:  43% (419/974)        
2023-09-21T12:55:39.7270021Z remote: Counting objects:  44% (429/974)        
2023-09-21T12:55:39.7270359Z remote: Counting objects:  45% (439/974)        
2023-09-21T12:55:39.7270710Z remote: Counting objects:  46% (449/974)        
2023-09-21T12:55:39.7271060Z remote: Counting objects:  47% (458/974)        
2023-09-21T12:55:39.7273071Z remote: Counting objects:  48% (468/974)        
2023-09-21T12:55:39.7273444Z remote: Counting objects:  49% (478/974)        
2023-09-21T12:55:39.7273799Z remote: Counting objects:  50% (487/974)        
2023-09-21T12:55:39.7274421Z remote: Counting objects:  51% (497/974)        
2023-09-21T12:55:39.7274791Z remote: Counting objects:  52% (507/974)        
2023-09-21T12:55:39.7275143Z remote: Counting objects:  53% (517/974)        
2023-09-21T12:55:39.7275499Z remote: Counting objects:  54% (526/974)        
2023-09-21T12:55:39.7275838Z remote: Counting objects:  55% (536/974)        
2023-09-21T12:55:39.7276198Z remote: Counting objects:  56% (546/974)        
2023-09-21T12:55:39.7276556Z remote: Counting objects:  57% (556/974)        
2023-09-21T12:55:39.7276890Z remote: Counting objects:  58% (565/974)        
2023-09-21T12:55:39.7277237Z remote: Counting objects:  59% (575/974)        
2023-09-21T12:55:39.7277589Z remote: Counting objects:  60% (585/974)        
2023-09-21T12:55:39.7277925Z remote: Counting objects:  61% (595/974)        
2023-09-21T12:55:39.7278275Z remote: Counting objects:  62% (604/974)        
2023-09-21T12:55:39.7278665Z remote: Counting objects:  63% (614/974)        
2023-09-21T12:55:39.7279175Z remote: Counting objects:  64% (624/974)        
2023-09-21T12:55:39.7279520Z remote: Counting objects:  65% (634/974)        
2023-09-21T12:55:39.7279873Z remote: Counting objects:  66% (643/974)        
2023-09-21T12:55:39.7280223Z remote: Counting objects:  67% (653/974)        
2023-09-21T12:55:39.7280575Z remote: Counting objects:  68% (663/974)        
2023-09-21T12:55:39.7280919Z remote: Counting objects:  69% (673/974)        
2023-09-21T12:55:39.7281272Z remote: Counting objects:  70% (682/974)        
2023-09-21T12:55:39.7281631Z remote: Counting objects:  71% (692/974)        
2023-09-21T12:55:39.7281963Z remote: Counting objects:  72% (702/974)        
2023-09-21T12:55:39.7282310Z remote: Counting objects:  73% (712/974)        
2023-09-21T12:55:39.7282661Z remote: Counting objects:  74% (721/974)        
2023-09-21T12:55:39.7282993Z remote: Counting objects:  75% (731/974)        
2023-09-21T12:55:39.7283340Z remote: Counting objects:  76% (741/974)        
2023-09-21T12:55:39.7283695Z remote: Counting objects:  77% (750/974)        
2023-09-21T12:55:39.7284028Z remote: Counting objects:  78% (760/974)        
2023-09-21T12:55:39.7284378Z remote: Counting objects:  79% (770/974)        
2023-09-21T12:55:39.7284724Z remote: Counting objects:  80% (780/974)        
2023-09-21T12:55:39.7285071Z remote: Counting objects:  81% (789/974)        
2023-09-21T12:55:39.7285595Z remote: Counting objects:  82% (799/974)        
2023-09-21T12:55:39.7285947Z remote: Counting objects:  83% (809/974)        
2023-09-21T12:55:39.7286298Z remote: Counting objects:  84% (819/974)        
2023-09-21T12:55:39.7286635Z remote: Counting objects:  85% (828/974)        
2023-09-21T12:55:39.7286986Z remote: Counting objects:  86% (838/974)        
2023-09-21T12:55:39.7287342Z remote: Counting objects:  87% (848/974)        
2023-09-21T12:55:39.7287680Z remote: Counting objects:  88% (858/974)        
2023-09-21T12:55:39.7288030Z remote: Counting objects:  89% (867/974)        
2023-09-21T12:55:39.7288390Z remote: Counting objects:  90% (877/974)        
2023-09-21T12:55:39.7288743Z remote: Counting objects:  91% (887/974)        
2023-09-21T12:55:39.7289076Z remote: Counting objects:  92% (897/974)        
2023-09-21T12:55:39.7289421Z remote: Counting objects:  93% (906/974)        
2023-09-21T12:55:39.7289769Z remote: Counting objects:  94% (916/974)        
2023-09-21T12:55:39.7290113Z remote: Counting objects:  95% (926/974)        
2023-09-21T12:55:39.7290459Z remote: Counting objects:  96% (936/974)        
2023-09-21T12:55:39.7290812Z remote: Counting objects:  97% (945/974)        
2023-09-21T12:55:39.7291145Z remote: Counting objects:  98% (955/974)        
2023-09-21T12:55:39.7291493Z remote: Counting objects:  99% (965/974)        
2023-09-21T12:55:39.7291843Z remote: Counting objects: 100% (974/974)        
2023-09-21T12:55:39.7292206Z remote: Counting objects: 100% (974/974), done.        
2023-09-21T12:55:39.7292605Z remote: Compressing objects:   0% (1/314)        
2023-09-21T12:55:39.7293095Z remote: Compressing objects:   1% (4/314)        
2023-09-21T12:55:39.7293480Z remote: Compressing objects:   2% (7/314)        
2023-09-21T12:55:39.7293844Z remote: Compressing objects:   3% (10/314)        
2023-09-21T12:55:39.7294223Z remote: Compressing objects:   4% (13/314)        
2023-09-21T12:55:39.7295478Z remote: Compressing objects:   5% (16/314)        
2023-09-21T12:55:39.7348588Z remote: Compressing objects:   6% (19/314)        
2023-09-21T12:55:39.7353311Z remote: Compressing objects:   7% (22/314)        
2023-09-21T12:55:39.7435125Z remote: Compressing objects:   8% (26/314)        
2023-09-21T12:55:39.7437915Z remote: Compressing objects:   9% (29/314)        
2023-09-21T12:55:39.7472631Z remote: Compressing objects:  10% (32/314)        
2023-09-21T12:55:39.7473565Z remote: Compressing objects:  11% (35/314)        
2023-09-21T12:55:39.7474290Z remote: Compressing objects:  12% (38/314)        
2023-09-21T12:55:39.7475012Z remote: Compressing objects:  13% (41/314)        
2023-09-21T12:55:39.7475709Z remote: Compressing objects:  14% (44/314)        
2023-09-21T12:55:39.7487992Z remote: Compressing objects:  15% (48/314)        
2023-09-21T12:55:39.7493645Z remote: Compressing objects:  16% (51/314)        
2023-09-21T12:55:39.7499896Z remote: Compressing objects:  17% (54/314)        
2023-09-21T12:55:39.7501022Z remote: Compressing objects:  18% (57/314)        
2023-09-21T12:55:39.7506538Z remote: Compressing objects:  19% (60/314)        
2023-09-21T12:55:39.7507108Z remote: Compressing objects:  20% (63/314)        
2023-09-21T12:55:39.7507789Z remote: Compressing objects:  21% (66/314)        
2023-09-21T12:55:39.7510303Z remote: Compressing objects:  22% (70/314)        
2023-09-21T12:55:39.7513863Z remote: Compressing objects:  23% (73/314)        
2023-09-21T12:55:39.7515273Z remote: Compressing objects:  24% (76/314)        
2023-09-21T12:55:39.7516327Z remote: Compressing objects:  25% (79/314)        
2023-09-21T12:55:39.7516744Z remote: Compressing objects:  26% (82/314)        
2023-09-21T12:55:39.7517144Z remote: Compressing objects:  27% (85/314)        
2023-09-21T12:55:39.7518137Z remote: Compressing objects:  28% (88/314)        
2023-09-21T12:55:39.7518528Z remote: Compressing objects:  29% (92/314)        
2023-09-21T12:55:39.7518900Z remote: Compressing objects:  30% (95/314)        
2023-09-21T12:55:39.7519272Z remote: Compressing objects:  31% (98/314)        
2023-09-21T12:55:39.7521229Z remote: Compressing objects:  32% (101/314)        
2023-09-21T12:55:39.7521619Z remote: Compressing objects:  33% (104/314)        
2023-09-21T12:55:39.7522000Z remote: Compressing objects:  34% (107/314)        
2023-09-21T12:55:39.7522363Z remote: Compressing objects:  35% (110/314)        
2023-09-21T12:55:39.7522742Z remote: Compressing objects:  36% (114/314)        
2023-09-21T12:55:39.7523117Z remote: Compressing objects:  37% (117/314)        
2023-09-21T12:55:39.7523477Z remote: Compressing objects:  38% (120/314)        
2023-09-21T12:55:39.7523850Z remote: Compressing objects:  39% (123/314)        
2023-09-21T12:55:39.7524233Z remote: Compressing objects:  40% (126/314)        
2023-09-21T12:55:39.7524603Z remote: Compressing objects:  41% (129/314)        
2023-09-21T12:55:39.7524957Z remote: Compressing objects:  42% (132/314)        
2023-09-21T12:55:39.7525328Z remote: Compressing objects:  43% (136/314)        
2023-09-21T12:55:39.7525705Z remote: Compressing objects:  44% (139/314)        
2023-09-21T12:55:39.7526056Z remote: Compressing objects:  45% (142/314)        
2023-09-21T12:55:39.7526421Z remote: Compressing objects:  46% (145/314)        
2023-09-21T12:55:39.7526788Z remote: Compressing objects:  47% (148/314)        
2023-09-21T12:55:39.7527138Z remote: Compressing objects:  48% (151/314)        
2023-09-21T12:55:39.7527505Z remote: Compressing objects:  49% (154/314)        
2023-09-21T12:55:39.7527869Z remote: Compressing objects:  50% (157/314)        
2023-09-21T12:55:39.7528234Z remote: Compressing objects:  51% (161/314)        
2023-09-21T12:55:39.7530017Z remote: Compressing objects:  52% (164/314)        
2023-09-21T12:55:39.7530501Z remote: Compressing objects:  53% (167/314)        
2023-09-21T12:55:39.7530875Z remote: Compressing objects:  54% (170/314)        
2023-09-21T12:55:39.7533349Z remote: Compressing objects:  55% (173/314)        
2023-09-21T12:55:39.7534518Z remote: Compressing objects:  56% (176/314)        
2023-09-21T12:55:39.7534925Z remote: Compressing objects:  57% (179/314)        
2023-09-21T12:55:39.7535299Z remote: Compressing objects:  58% (183/314)        
2023-09-21T12:55:39.7535659Z remote: Compressing objects:  59% (186/314)        
2023-09-21T12:55:39.7536026Z remote: Compressing objects:  60% (189/314)        
2023-09-21T12:55:39.7536401Z remote: Compressing objects:  61% (192/314)        
2023-09-21T12:55:39.7536755Z remote: Compressing objects:  62% (195/314)        
2023-09-21T12:55:39.7537125Z remote: Compressing objects:  63% (198/314)        
2023-09-21T12:55:39.7537493Z remote: Compressing objects:  64% (201/314)        
2023-09-21T12:55:39.7537852Z remote: Compressing objects:  65% (205/314)        
2023-09-21T12:55:39.7538218Z remote: Compressing objects:  66% (208/314)        
2023-09-21T12:55:39.7538584Z remote: Compressing objects:  67% (211/314)        
2023-09-21T12:55:39.7538951Z remote: Compressing objects:  68% (214/314)        
2023-09-21T12:55:39.7539304Z remote: Compressing objects:  69% (217/314)        
2023-09-21T12:55:39.7539677Z remote: Compressing objects:  70% (220/314)        
2023-09-21T12:55:39.7540039Z remote: Compressing objects:  71% (223/314)        
2023-09-21T12:55:39.7540391Z remote: Compressing objects:  72% (227/314)        
2023-09-21T12:55:39.7540759Z remote: Compressing objects:  73% (230/314)        
2023-09-21T12:55:39.7541130Z remote: Compressing objects:  74% (233/314)        
2023-09-21T12:55:39.7541480Z remote: Compressing objects:  75% (236/314)        
2023-09-21T12:55:39.7541844Z remote: Compressing objects:  76% (239/314)        
2023-09-21T12:55:39.7542211Z remote: Compressing objects:  77% (242/314)        
2023-09-21T12:55:39.7542583Z remote: Compressing objects:  78% (245/314)        
2023-09-21T12:55:39.7542936Z remote: Compressing objects:  79% (249/314)        
2023-09-21T12:55:39.7543301Z remote: Compressing objects:  80% (252/314)        
2023-09-21T12:55:39.7543669Z remote: Compressing objects:  81% (255/314)        
2023-09-21T12:55:39.7544519Z remote: Compressing objects:  82% (258/314)        
2023-09-21T12:55:39.7545160Z remote: Compressing objects:  83% (261/314)        
2023-09-21T12:55:39.7545536Z remote: Compressing objects:  84% (264/314)        
2023-09-21T12:55:39.7545896Z remote: Compressing objects:  85% (267/314)        
2023-09-21T12:55:39.7546266Z remote: Compressing objects:  86% (271/314)        
2023-09-21T12:55:39.7546635Z remote: Compressing objects:  87% (274/314)        
2023-09-21T12:55:39.7546989Z remote: Compressing objects:  88% (277/314)        
2023-09-21T12:55:39.7547354Z remote: Compressing objects:  89% (280/314)        
2023-09-21T12:55:39.7547751Z remote: Compressing objects:  90% (283/314)        
2023-09-21T12:55:39.7548121Z remote: Compressing objects:  91% (286/314)        
2023-09-21T12:55:39.7548486Z remote: Compressing objects:  92% (289/314)        
2023-09-21T12:55:39.7548851Z remote: Compressing objects:  93% (293/314)        
2023-09-21T12:55:39.7549201Z remote: Compressing objects:  94% (296/314)        
2023-09-21T12:55:39.7549576Z remote: Compressing objects:  95% (299/314)        
2023-09-21T12:55:39.7549945Z remote: Compressing objects:  96% (302/314)        
2023-09-21T12:55:39.7550302Z remote: Compressing objects:  97% (305/314)        
2023-09-21T12:55:39.7550670Z remote: Compressing objects:  98% (308/314)        
2023-09-21T12:55:39.7551034Z remote: Compressing objects:  99% (311/314)        
2023-09-21T12:55:39.7551385Z remote: Compressing objects: 100% (314/314)        
2023-09-21T12:55:39.7551775Z remote: Compressing objects: 100% (314/314), done.        
2023-09-21T12:55:39.8239235Z Receiving objects:   0% (1/36245)
2023-09-21T12:55:39.8596557Z Receiving objects:   1% (363/36245)
2023-09-21T12:55:39.8637993Z Receiving objects:   2% (725/36245)
2023-09-21T12:55:39.8730009Z Receiving objects:   3% (1088/36245)
2023-09-21T12:55:39.8941839Z Receiving objects:   4% (1450/36245)
2023-09-21T12:55:39.8976585Z Receiving objects:   5% (1813/36245)
2023-09-21T12:55:39.9011136Z Receiving objects:   6% (2175/36245)
2023-09-21T12:55:39.9046589Z Receiving objects:   7% (2538/36245)
2023-09-21T12:55:39.9091856Z Receiving objects:   8% (2900/36245)
2023-09-21T12:55:39.9147026Z Receiving objects:   9% (3263/36245)
2023-09-21T12:55:39.9197134Z Receiving objects:  10% (3625/36245)
2023-09-21T12:55:39.9301936Z Receiving objects:  11% (3987/36245)
2023-09-21T12:55:39.9364428Z Receiving objects:  12% (4350/36245)
2023-09-21T12:55:39.9488331Z Receiving objects:  13% (4712/36245)
2023-09-21T12:55:40.0401299Z Receiving objects:  14% (5075/36245)
2023-09-21T12:55:40.0791356Z Receiving objects:  15% (5437/36245)
2023-09-21T12:55:40.0961694Z Receiving objects:  16% (5800/36245)
2023-09-21T12:55:40.1189227Z Receiving objects:  17% (6162/36245)
2023-09-21T12:55:40.1585785Z Receiving objects:  18% (6525/36245)
2023-09-21T12:55:40.1755190Z Receiving objects:  19% (6887/36245)
2023-09-21T12:55:40.1781901Z Receiving objects:  20% (7249/36245)
2023-09-21T12:55:40.1790314Z Receiving objects:  21% (7612/36245)
2023-09-21T12:55:40.1869972Z Receiving objects:  22% (7974/36245)
2023-09-21T12:55:40.1881539Z Receiving objects:  23% (8337/36245)
2023-09-21T12:55:40.2123872Z Receiving objects:  24% (8699/36245)
2023-09-21T12:55:40.2427974Z Receiving objects:  25% (9062/36245)
2023-09-21T12:55:40.2547547Z Receiving objects:  26% (9424/36245)
2023-09-21T12:55:40.2646355Z Receiving objects:  27% (9787/36245)
2023-09-21T12:55:40.2812021Z Receiving objects:  28% (10149/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.2926214Z Receiving objects:  29% (10512/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.3268169Z Receiving objects:  30% (10874/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.3874278Z Receiving objects:  31% (11236/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.4057083Z Receiving objects:  32% (11599/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.4207825Z Receiving objects:  33% (11961/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.4279485Z Receiving objects:  34% (12324/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.4391444Z Receiving objects:  35% (12686/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.4485058Z Receiving objects:  36% (13049/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.4587516Z Receiving objects:  37% (13411/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.4683988Z Receiving objects:  38% (13774/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.4727132Z Receiving objects:  39% (14136/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.4770258Z Receiving objects:  40% (14498/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.4789926Z Receiving objects:  41% (14861/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.4819863Z Receiving objects:  42% (15223/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.4881925Z Receiving objects:  43% (15586/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.4961744Z Receiving objects:  44% (15948/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.5079902Z Receiving objects:  45% (16311/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.5129422Z Receiving objects:  46% (16673/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.5199389Z Receiving objects:  47% (17036/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.5225972Z Receiving objects:  48% (17398/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.5255472Z Receiving objects:  49% (17761/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.5308615Z Receiving objects:  50% (18123/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.5368683Z Receiving objects:  51% (18485/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.5433247Z Receiving objects:  52% (18848/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.5457791Z Receiving objects:  53% (19210/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.5484622Z Receiving objects:  54% (19573/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.5514170Z Receiving objects:  55% (19935/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.5544796Z Receiving objects:  56% (20298/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.5578943Z Receiving objects:  57% (20660/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.5618698Z Receiving objects:  58% (21023/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.5639265Z Receiving objects:  59% (21385/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.5840093Z Receiving objects:  60% (21747/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.5863142Z Receiving objects:  61% (22110/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.5884272Z Receiving objects:  62% (22472/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.5909079Z Receiving objects:  63% (22835/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.5925063Z Receiving objects:  64% (23197/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.5940952Z Receiving objects:  65% (23560/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.6032904Z Receiving objects:  66% (23922/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.6076872Z Receiving objects:  67% (24285/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.6112240Z Receiving objects:  68% (24647/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.6135699Z Receiving objects:  69% (25010/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.6189791Z Receiving objects:  70% (25372/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.6227751Z Receiving objects:  71% (25734/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.6268113Z Receiving objects:  72% (26097/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.6282735Z Receiving objects:  73% (26459/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.6363459Z Receiving objects:  74% (26822/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.6428705Z Receiving objects:  75% (27184/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.6448990Z Receiving objects:  76% (27547/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.6473695Z Receiving objects:  77% (27909/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.6530772Z Receiving objects:  78% (28272/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.6582038Z Receiving objects:  79% (28634/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.6612481Z Receiving objects:  80% (28996/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.6758481Z Receiving objects:  81% (29359/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.6830873Z Receiving objects:  82% (29721/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.7152749Z Receiving objects:  83% (30084/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.7569116Z Receiving objects:  84% (30446/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.7706263Z Receiving objects:  84% (30699/36245), 9.05 MiB | 18.10 MiB/s
2023-09-21T12:55:40.8104687Z Receiving objects:  85% (30809/36245), 22.28 MiB | 22.28 MiB/s
2023-09-21T12:55:40.8301947Z Receiving objects:  86% (31171/36245), 22.28 MiB | 22.28 MiB/s
2023-09-21T12:55:40.9102593Z Receiving objects:  87% (31534/36245), 22.28 MiB | 22.28 MiB/s
2023-09-21T12:55:40.9740208Z Receiving objects:  88% (31896/36245), 22.28 MiB | 22.28 MiB/s
2023-09-21T12:55:41.0005320Z Receiving objects:  89% (32259/36245), 22.28 MiB | 22.28 MiB/s
2023-09-21T12:55:41.0288355Z Receiving objects:  90% (32621/36245), 22.28 MiB | 22.28 MiB/s
2023-09-21T12:55:41.0828112Z Receiving objects:  91% (32983/36245), 22.28 MiB | 22.28 MiB/s
2023-09-21T12:55:41.1021009Z Receiving objects:  92% (33346/36245), 22.28 MiB | 22.28 MiB/s
2023-09-21T12:55:41.1207122Z Receiving objects:  93% (33708/36245), 22.28 MiB | 22.28 MiB/s
2023-09-21T12:55:41.1259948Z Receiving objects:  94% (34071/36245), 22.28 MiB | 22.28 MiB/s
2023-09-21T12:55:41.1495481Z Receiving objects:  95% (34433/36245), 22.28 MiB | 22.28 MiB/s
2023-09-21T12:55:41.1518756Z Receiving objects:  96% (34796/36245), 22.28 MiB | 22.28 MiB/s
2023-09-21T12:55:41.1577867Z Receiving objects:  97% (35158/36245), 22.28 MiB | 22.28 MiB/s
2023-09-21T12:55:41.1584867Z Receiving objects:  98% (35521/36245), 22.28 MiB | 22.28 MiB/s
2023-09-21T12:55:41.1867046Z Receiving objects:  99% (35883/36245), 22.28 MiB | 22.28 MiB/s
2023-09-21T12:55:41.1868241Z remote: Total 36245 (delta 635), reused 947 (delta 620), pack-reused 35271        
2023-09-21T12:55:41.1884130Z Receiving objects: 100% (36245/36245), 22.28 MiB | 22.28 MiB/s
2023-09-21T12:55:41.1884995Z Receiving objects: 100% (36245/36245), 38.11 MiB | 26.64 MiB/s, done.
2023-09-21T12:55:41.2004404Z Resolving deltas:   0% (0/28232)
2023-09-21T12:55:41.2074773Z Resolving deltas:   1% (283/28232)
2023-09-21T12:55:41.2161014Z Resolving deltas:   2% (565/28232)
2023-09-21T12:55:41.2261352Z Resolving deltas:   3% (847/28232)
2023-09-21T12:55:41.2351164Z Resolving deltas:   4% (1130/28232)
2023-09-21T12:55:41.2643742Z Resolving deltas:   5% (1412/28232)
2023-09-21T12:55:41.2697799Z Resolving deltas:   6% (1694/28232)
2023-09-21T12:55:41.2834419Z Resolving deltas:   7% (1977/28232)
2023-09-21T12:55:41.2943961Z Resolving deltas:   8% (2259/28232)
2023-09-21T12:55:41.3087511Z Resolving deltas:   9% (2541/28232)
2023-09-21T12:55:41.3366335Z Resolving deltas:  10% (2824/28232)
2023-09-21T12:55:41.3532601Z Resolving deltas:  11% (3106/28232)
2023-09-21T12:55:41.4114700Z Resolving deltas:  12% (3388/28232)
2023-09-21T12:55:41.4379766Z Resolving deltas:  13% (3671/28232)
2023-09-21T12:55:41.4775497Z Resolving deltas:  14% (3953/28232)
2023-09-21T12:55:41.5089262Z Resolving deltas:  15% (4235/28232)
2023-09-21T12:55:41.5273869Z Resolving deltas:  16% (4518/28232)
2023-09-21T12:55:41.5412623Z Resolving deltas:  17% (4800/28232)
2023-09-21T12:55:41.6101319Z Resolving deltas:  18% (5082/28232)
2023-09-21T12:55:41.6908447Z Resolving deltas:  19% (5365/28232)
2023-09-21T12:55:41.7193705Z Resolving deltas:  20% (5647/28232)
2023-09-21T12:55:41.7272385Z Resolving deltas:  21% (5929/28232)
2023-09-21T12:55:41.7743493Z Resolving deltas:  22% (6212/28232)
2023-09-21T12:55:41.8548452Z Resolving deltas:  23% (6494/28232)
2023-09-21T12:55:41.9113440Z Resolving deltas:  24% (6776/28232)
2023-09-21T12:55:41.9561542Z Resolving deltas:  25% (7058/28232)
2023-09-21T12:55:41.9978518Z Resolving deltas:  26% (7341/28232)
2023-09-21T12:55:42.0337787Z Resolving deltas:  27% (7623/28232)
2023-09-21T12:55:42.1502626Z Resolving deltas:  28% (7905/28232)
2023-09-21T12:55:42.1691367Z Resolving deltas:  29% (8188/28232)
2023-09-21T12:55:42.1831158Z Resolving deltas:  30% (8470/28232)
2023-09-21T12:55:42.1920236Z Resolving deltas:  31% (8752/28232)
2023-09-21T12:55:42.2035596Z Resolving deltas:  31% (8921/28232)
2023-09-21T12:55:42.2065363Z Resolving deltas:  32% (9035/28232)
2023-09-21T12:55:42.2132570Z Resolving deltas:  33% (9317/28232)
2023-09-21T12:55:42.2302004Z Resolving deltas:  34% (9599/28232)
2023-09-21T12:55:42.2439972Z Resolving deltas:  35% (9882/28232)
2023-09-21T12:55:42.2599826Z Resolving deltas:  36% (10164/28232)
2023-09-21T12:55:42.2830458Z Resolving deltas:  37% (10446/28232)
2023-09-21T12:55:42.3188053Z Resolving deltas:  38% (10729/28232)
2023-09-21T12:55:42.3402172Z Resolving deltas:  39% (11011/28232)
2023-09-21T12:55:42.3418539Z Resolving deltas:  40% (11293/28232)
2023-09-21T12:55:42.3472108Z Resolving deltas:  41% (11576/28232)
2023-09-21T12:55:42.3560088Z Resolving deltas:  42% (11858/28232)
2023-09-21T12:55:42.3625865Z Resolving deltas:  43% (12140/28232)
2023-09-21T12:55:42.3654582Z Resolving deltas:  44% (12423/28232)
2023-09-21T12:55:42.3695021Z Resolving deltas:  45% (12705/28232)
2023-09-21T12:55:42.3716343Z Resolving deltas:  46% (12987/28232)
2023-09-21T12:55:42.3749916Z Resolving deltas:  47% (13270/28232)
2023-09-21T12:55:42.5596609Z Resolving deltas:  48% (13552/28232)
2023-09-21T12:55:42.8987166Z Resolving deltas:  49% (13834/28232)
2023-09-21T12:55:42.9268508Z Resolving deltas:  50% (14116/28232)
2023-09-21T12:55:42.9515313Z Resolving deltas:  51% (14399/28232)
2023-09-21T12:55:42.9636744Z Resolving deltas:  52% (14681/28232)
2023-09-21T12:55:42.9769825Z Resolving deltas:  53% (14963/28232)
2023-09-21T12:55:42.9803664Z Resolving deltas:  54% (15246/28232)
2023-09-21T12:55:42.9901003Z Resolving deltas:  55% (15528/28232)
2023-09-21T12:55:43.0067885Z Resolving deltas:  56% (15810/28232)
2023-09-21T12:55:43.0119693Z Resolving deltas:  57% (16093/28232)
2023-09-21T12:55:43.0153251Z Resolving deltas:  58% (16375/28232)
2023-09-21T12:55:43.0184583Z Resolving deltas:  59% (16657/28232)
2023-09-21T12:55:43.0205121Z Resolving deltas:  60% (16940/28232)
2023-09-21T12:55:43.0225375Z Resolving deltas:  61% (17222/28232)
2023-09-21T12:55:43.0260341Z Resolving deltas:  62% (17505/28232)
2023-09-21T12:55:43.0274717Z Resolving deltas:  63% (17787/28232)
2023-09-21T12:55:43.0413484Z Resolving deltas:  64% (18069/28232)
2023-09-21T12:55:43.0450091Z Resolving deltas:  65% (18351/28232)
2023-09-21T12:55:43.0468732Z Resolving deltas:  66% (18634/28232)
2023-09-21T12:55:43.0551258Z Resolving deltas:  67% (18916/28232)
2023-09-21T12:55:43.0590182Z Resolving deltas:  68% (19198/28232)
2023-09-21T12:55:43.0613677Z Resolving deltas:  69% (19481/28232)
2023-09-21T12:55:43.0646600Z Resolving deltas:  70% (19763/28232)
2023-09-21T12:55:43.0667810Z Resolving deltas:  71% (20045/28232)
2023-09-21T12:55:43.0681103Z Resolving deltas:  72% (20328/28232)
2023-09-21T12:55:43.0758517Z Resolving deltas:  73% (20610/28232)
2023-09-21T12:55:43.0802218Z Resolving deltas:  74% (20892/28232)
2023-09-21T12:55:43.0886097Z Resolving deltas:  75% (21174/28232)
2023-09-21T12:55:43.0941137Z Resolving deltas:  76% (21457/28232)
2023-09-21T12:55:43.0956105Z Resolving deltas:  77% (21739/28232)
2023-09-21T12:55:43.0979239Z Resolving deltas:  78% (22021/28232)
2023-09-21T12:55:43.1059389Z Resolving deltas:  79% (22304/28232)
2023-09-21T12:55:43.1088223Z Resolving deltas:  80% (22586/28232)
2023-09-21T12:55:43.1293176Z Resolving deltas:  81% (22868/28232)
2023-09-21T12:55:43.1399729Z Resolving deltas:  82% (23151/28232)
2023-09-21T12:55:43.1502873Z Resolving deltas:  83% (23433/28232)
2023-09-21T12:55:43.1548888Z Resolving deltas:  84% (23715/28232)
2023-09-21T12:55:43.1595518Z Resolving deltas:  85% (23998/28232)
2023-09-21T12:55:43.1641764Z Resolving deltas:  86% (24280/28232)
2023-09-21T12:55:43.1925760Z Resolving deltas:  87% (24562/28232)
2023-09-21T12:55:43.1947278Z Resolving deltas:  87% (24822/28232)
2023-09-21T12:55:43.2077077Z Resolving deltas:  88% (24845/28232)
2023-09-21T12:55:43.2349762Z Resolving deltas:  89% (25127/28232)
2023-09-21T12:55:43.2513551Z Resolving deltas:  90% (25409/28232)
2023-09-21T12:55:43.3993230Z Resolving deltas:  91% (25692/28232)
2023-09-21T12:55:43.4784083Z Resolving deltas:  92% (25974/28232)
2023-09-21T12:55:43.5286145Z Resolving deltas:  93% (26256/28232)
2023-09-21T12:55:43.6443301Z Resolving deltas:  94% (26539/28232)
2023-09-21T12:55:43.7186707Z Resolving deltas:  95% (26821/28232)
2023-09-21T12:55:43.7653623Z Resolving deltas:  96% (27103/28232)
2023-09-21T12:55:43.7837890Z Resolving deltas:  97% (27386/28232)
2023-09-21T12:55:43.7854571Z Resolving deltas:  98% (27668/28232)
2023-09-21T12:55:43.8124398Z Resolving deltas:  99% (27950/28232)
2023-09-21T12:55:43.8146094Z Resolving deltas: 100% (28232/28232)
2023-09-21T12:55:43.8146942Z Resolving deltas: 100% (28232/28232), done.
2023-09-21T12:55:44.0229490Z From https://github.com/PyTables/PyTables
2023-09-21T12:55:44.0231381Z  * [new branch]        2.0-pro         -> origin/2.0-pro
2023-09-21T12:55:44.0233288Z  * [new branch]        2.1-pro         -> origin/2.1-pro
2023-09-21T12:55:44.0233921Z  * [new branch]        2.2-pro         -> origin/2.2-pro
2023-09-21T12:55:44.0234480Z  * [new branch]        4.0-dev         -> origin/4.0-dev
2023-09-21T12:55:44.0234997Z  * [new branch]        arm_support     -> origin/arm_support
2023-09-21T12:55:44.0240753Z  * [new branch]        direct-chunking-b2ndarray -> origin/direct-chunking-b2ndarray
2023-09-21T12:55:44.0246650Z  * [new branch]        h5py            -> origin/h5py
2023-09-21T12:55:44.0248015Z  * [new branch]        master          -> origin/master
2023-09-21T12:55:44.0249623Z  * [new branch]        pt4             -> origin/pt4
2023-09-21T12:55:44.0250244Z  * [new branch]        python27        -> origin/python27
2023-09-21T12:55:44.0251602Z  * [new branch]        releases/v3.9.0 -> origin/releases/v3.9.0
2023-09-21T12:55:44.0257711Z  * [new branch]        restvol         -> origin/restvol
2023-09-21T12:55:44.0259884Z  * [new branch]        totally_remove_file_cache -> origin/totally_remove_file_cache
2023-09-21T12:55:44.0260697Z  * [new branch]        v3.5.2          -> origin/v3.5.2
2023-09-21T12:55:44.0262830Z  * [new tag]           3.3-rc0         -> 3.3-rc0
2023-09-21T12:55:44.0265013Z  * [new tag]           v.2.0-pro       -> v.2.0-pro
2023-09-21T12:55:44.0265881Z  * [new tag]           v.2.0.1-pro     -> v.2.0.1-pro
2023-09-21T12:55:44.0268259Z  * [new tag]           v.2.0.2-pro     -> v.2.0.2-pro
2023-09-21T12:55:44.0273778Z  * [new tag]           v.2.0.2.1-pro   -> v.2.0.2.1-pro
2023-09-21T12:55:44.0278316Z  * [new tag]           v.2.0.3-pro     -> v.2.0.3-pro
2023-09-21T12:55:44.0282974Z  * [new tag]           v.2.0.4-pro     -> v.2.0.4-pro
2023-09-21T12:55:44.0288006Z  * [new tag]           v.2.1-pro       -> v.2.1-pro
2023-09-21T12:55:44.0291356Z  * [new tag]           v.2.1.1-pro     -> v.2.1.1-pro
2023-09-21T12:55:44.0294637Z  * [new tag]           v.2.1.2-pro     -> v.2.1.2-pro
2023-09-21T12:55:44.0297634Z  * [new tag]           v.2.2-pro       -> v.2.2-pro
2023-09-21T12:55:44.0300700Z  * [new tag]           v.2.2.1-pro     -> v.2.2.1-pro
2023-09-21T12:55:44.0303655Z  * [new tag]           v.2.3           -> v.2.3
2023-09-21T12:55:44.0306887Z  * [new tag]           v.2.3.1         -> v.2.3.1
2023-09-21T12:55:44.0309988Z  * [new tag]           v.2.3.1rc1      -> v.2.3.1rc1
2023-09-21T12:55:44.0312933Z  * [new tag]           v.2.3rc1        -> v.2.3rc1
2023-09-21T12:55:44.0315884Z  * [new tag]           v.2.4.0         -> v.2.4.0
2023-09-21T12:55:44.0318780Z  * [new tag]           v.2.4.0b1       -> v.2.4.0b1
2023-09-21T12:55:44.0321752Z  * [new tag]           v.2.4.0rc1      -> v.2.4.0rc1
2023-09-21T12:55:44.0324666Z  * [new tag]           v.3.0.0         -> v.3.0.0
2023-09-21T12:55:44.0327856Z  * [new tag]           v.3.0.0b1       -> v.3.0.0b1
2023-09-21T12:55:44.0331262Z  * [new tag]           v.3.0.0rc1      -> v.3.0.0rc1
2023-09-21T12:55:44.0334117Z  * [new tag]           v.3.0.0rc2      -> v.3.0.0rc2
2023-09-21T12:55:44.0337602Z  * [new tag]           v.3.0.0rc3      -> v.3.0.0rc3
2023-09-21T12:55:44.0340343Z  * [new tag]           v.3.1.0         -> v.3.1.0
2023-09-21T12:55:44.0370371Z  * [new tag]           v.3.1.0rc1      -> v.3.1.0rc1
2023-09-21T12:55:44.0370941Z  * [new tag]           v.3.1.0rc2      -> v.3.1.0rc2
2023-09-21T12:55:44.0371604Z  * [new tag]           v.3.1.1         -> v.3.1.1
2023-09-21T12:55:44.0372041Z  * [new tag]           v.3.2.0         -> v.3.2.0
2023-09-21T12:55:44.0372544Z  * [new tag]           v.3.2.0rc1      -> v.3.2.0rc1
2023-09-21T12:55:44.0373045Z  * [new tag]           v.3.2.0rc2      -> v.3.2.0rc2
2023-09-21T12:55:44.0373507Z  * [new tag]           v.3.2.1         -> v.3.2.1
2023-09-21T12:55:44.0374072Z  * [new tag]           v.3.2.1.1       -> v.3.2.1.1
2023-09-21T12:55:44.0374556Z  * [new tag]           v.3.2.2         -> v.3.2.2
2023-09-21T12:55:44.0374980Z  * [new tag]           v.3.2.3         -> v.3.2.3
2023-09-21T12:55:44.0375483Z  * [new tag]           v.3.2.3.1       -> v.3.2.3.1
2023-09-21T12:55:44.0376082Z  * [new tag]           v.3.2.4.dev0    -> v.3.2.4.dev0
2023-09-21T12:55:44.0376551Z  * [new tag]           v.3.2.4dev0     -> v.3.2.4dev0
2023-09-21T12:55:44.0377046Z  * [new tag]           v3.3.0          -> v3.3.0
2023-09-21T12:55:44.0377529Z  * [new tag]           v3.4.0          -> v3.4.0
2023-09-21T12:55:44.0378027Z  * [new tag]           v3.4.1          -> v3.4.1
2023-09-21T12:55:44.0378514Z  * [new tag]           v3.4.2          -> v3.4.2
2023-09-21T12:55:44.0378986Z  * [new tag]           v3.4.3          -> v3.4.3
2023-09-21T12:55:44.0379452Z  * [new tag]           v3.4.4          -> v3.4.4
2023-09-21T12:55:44.0380284Z  * [new tag]           v3.5.0          -> v3.5.0
2023-09-21T12:55:44.0380769Z  * [new tag]           v3.5.1          -> v3.5.1
2023-09-21T12:55:44.0381318Z  * [new tag]           v3.5.2          -> v3.5.2
2023-09-21T12:55:44.0381735Z  * [new tag]           v3.6.0          -> v3.6.0
2023-09-21T12:55:44.0382216Z  * [new tag]           v3.6.1          -> v3.6.1
2023-09-21T12:55:44.0382695Z  * [new tag]           v3.7.0          -> v3.7.0
2023-09-21T12:55:44.0383240Z  * [new tag]           v3.8.0          -> v3.8.0
2023-09-21T12:55:44.0418120Z [command]/usr/bin/git branch --list --remote origin/releases/v3.9.0
2023-09-21T12:55:44.0455094Z   origin/releases/v3.9.0
2023-09-21T12:55:44.0471461Z [command]/usr/bin/git rev-parse refs/remotes/origin/releases/v3.9.0
2023-09-21T12:55:44.0508272Z a2033260f6ef6be0fc072af6208e2920bd9ff41e
2023-09-21T12:55:44.0518099Z ##[endgroup]
2023-09-21T12:55:44.0519017Z ##[group]Determining the checkout info
2023-09-21T12:55:44.0522914Z ##[endgroup]
2023-09-21T12:55:44.0523775Z ##[group]Checking out the ref
2023-09-21T12:55:44.0530904Z [command]/usr/bin/git checkout --progress --force -B releases/v3.9.0 refs/remotes/origin/releases/v3.9.0
2023-09-21T12:55:44.1402998Z Switched to a new branch 'releases/v3.9.0'
2023-09-21T12:55:44.1408241Z branch 'releases/v3.9.0' set up to track 'origin/releases/v3.9.0'.
2023-09-21T12:55:44.1420763Z ##[endgroup]
2023-09-21T12:55:44.1422576Z ##[group]Setting up auth for fetching submodules
2023-09-21T12:55:44.1430336Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic ***
2023-09-21T12:55:44.1501894Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf
2023-09-21T12:55:44.1544283Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com:
2023-09-21T12:55:44.1588361Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-828302@github.com:
2023-09-21T12:55:44.1628037Z ##[endgroup]
2023-09-21T12:55:44.1628934Z ##[group]Fetching submodules
2023-09-21T12:55:44.1632040Z [command]/usr/bin/git submodule sync
2023-09-21T12:55:44.1960325Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force
2023-09-21T12:55:44.2250793Z Submodule 'c-blosc' (https://github.com/Blosc/c-blosc.git) registered for path 'c-blosc'
2023-09-21T12:55:44.2285388Z Cloning into '/home/runner/work/PyTables/PyTables/c-blosc'...
2023-09-21T12:55:45.5652022Z Submodule path 'c-blosc': checked out '2c2f9bd936b1340ad92a6da6c2a52adf4254c241'
2023-09-21T12:55:45.5663991Z [command]/usr/bin/git submodule foreach git config --local gc.auto 0
2023-09-21T12:55:45.5958089Z Entering 'c-blosc'
2023-09-21T12:55:45.5997036Z ##[endgroup]
2023-09-21T12:55:45.5997907Z ##[group]Persisting credentials for submodules
2023-09-21T12:55:45.6026500Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :"
2023-09-21T12:55:45.6296599Z Entering 'c-blosc'
2023-09-21T12:55:45.6363395Z [command]/usr/bin/git submodule foreach sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url"
2023-09-21T12:55:45.6646266Z Entering 'c-blosc'
2023-09-21T12:55:45.6695117Z file:/home/runner/work/PyTables/PyTables/.git/modules/c-blosc/config	remote.origin.url
2023-09-21T12:55:45.6724843Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'
2023-09-21T12:55:45.7007635Z Entering 'c-blosc'
2023-09-21T12:55:45.7059353Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'org-828302@github.com:'
2023-09-21T12:55:45.7324200Z Entering 'c-blosc'
2023-09-21T12:55:45.7379498Z ##[endgroup]
2023-09-21T12:55:45.7417984Z [command]/usr/bin/git log -1 --format='%H'
2023-09-21T12:55:45.7457057Z 'a2033260f6ef6be0fc072af6208e2920bd9ff41e'
2023-09-21T12:55:45.7976248Z ##[group]Run actions/setup-python@v4
2023-09-21T12:55:45.7976567Z with:
2023-09-21T12:55:45.7976821Z   python-version: 3.x
2023-09-21T12:55:45.7977098Z   check-latest: false
2023-09-21T12:55:45.7977594Z   token: ***
2023-09-21T12:55:45.7977861Z   update-environment: true
2023-09-21T12:55:45.7978160Z   allow-prereleases: false
2023-09-21T12:55:45.7978439Z ##[endgroup]
2023-09-21T12:55:46.0059854Z ##[group]Installed versions
2023-09-21T12:55:46.0131066Z Successfully set up CPython (3.11.5)
2023-09-21T12:55:46.0132296Z ##[endgroup]
2023-09-21T12:55:46.0360640Z ##[group]Run sudo apt update
2023-09-21T12:55:46.0361051Z [36;1msudo apt update[0m
2023-09-21T12:55:46.0361435Z [36;1msudo apt install libbz2-dev libhdf5-serial-dev liblzo2-dev[0m
2023-09-21T12:55:46.0362064Z [36;1msudo apt install latexmk texlive-fonts-recommended texlive-latex-recommended texlive-latex-extra texlive-plain-generic[0m
2023-09-21T12:55:46.0440180Z shell: /usr/bin/bash -e {0}
2023-09-21T12:55:46.0440476Z env:
2023-09-21T12:55:46.0440832Z   pythonLocation: /opt/hostedtoolcache/Python/3.11.5/x64
2023-09-21T12:55:46.0441300Z   PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.11.5/x64/lib/pkgconfig
2023-09-21T12:55:46.0441745Z   Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.5/x64
2023-09-21T12:55:46.0442151Z   Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.5/x64
2023-09-21T12:55:46.0442579Z   Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.5/x64
2023-09-21T12:55:46.0442997Z   LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.11.5/x64/lib
2023-09-21T12:55:46.0443389Z ##[endgroup]
2023-09-21T12:55:46.1323764Z 
2023-09-21T12:55:46.1324720Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2023-09-21T12:55:46.1325585Z 
2023-09-21T12:55:46.3527620Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [142 B]
2023-09-21T12:55:46.3762123Z Get:6 https://packages.microsoft.com/ubuntu/22.04/prod jammy InRelease [3611 B]
2023-09-21T12:55:46.4036645Z Hit:2 http://azure.archive.ubuntu.com/ubuntu jammy InRelease
2023-09-21T12:55:46.4169327Z Get:3 http://azure.archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
2023-09-21T12:55:46.4170903Z Get:4 http://azure.archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB]
2023-09-21T12:55:46.4319296Z Get:5 http://azure.archive.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
2023-09-21T12:55:46.6501898Z Get:7 https://packages.microsoft.com/ubuntu/22.04/prod jammy/main armhf Packages [9463 B]
2023-09-21T12:55:46.6796944Z Get:8 https://packages.microsoft.com/ubuntu/22.04/prod jammy/main arm64 Packages [26.5 kB]
2023-09-21T12:55:46.6816090Z Get:9 https://packages.microsoft.com/ubuntu/22.04/prod jammy/main amd64 Packages [102 kB]
2023-09-21T12:55:46.8570208Z Hit:10 https://ppa.launchpadcontent.net/ubuntu-toolchain-r/test/ubuntu jammy InRelease
2023-09-21T12:55:46.9207329Z Get:11 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1011 kB]
2023-09-21T12:55:46.9327962Z Get:12 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [227 kB]
2023-09-21T12:55:46.9338241Z Get:13 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [15.6 kB]
2023-09-21T12:55:46.9392626Z Get:14 http://azure.archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [898 kB]
2023-09-21T12:55:46.9748803Z Get:15 http://azure.archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [145 kB]
2023-09-21T12:55:46.9815828Z Get:16 http://azure.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [984 kB]
2023-09-21T12:55:46.9909806Z Get:17 http://azure.archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [215 kB]
2023-09-21T12:55:47.0165941Z Get:18 http://azure.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [21.8 kB]
2023-09-21T12:55:47.3774575Z Get:19 http://azure.archive.ubuntu.com/ubuntu jammy-security/main amd64 Packages [802 kB]
2023-09-21T12:55:47.3939368Z Get:20 http://azure.archive.ubuntu.com/ubuntu jammy-security/main Translation-en [169 kB]
2023-09-21T12:55:47.4372589Z Get:21 http://azure.archive.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.3 kB]
2023-09-21T12:55:47.4411440Z Get:22 http://azure.archive.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [882 kB]
2023-09-21T12:55:47.4548842Z Get:23 http://azure.archive.ubuntu.com/ubuntu jammy-security/restricted Translation-en [142 kB]
2023-09-21T12:55:47.4580270Z Get:24 http://azure.archive.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [783 kB]
2023-09-21T12:55:47.4762975Z Get:25 http://azure.archive.ubuntu.com/ubuntu jammy-security/universe Translation-en [143 kB]
2023-09-21T12:55:55.8380600Z Fetched 6928 kB in 2s (3715 kB/s)
2023-09-21T12:55:56.7945020Z Reading package lists...
2023-09-21T12:55:56.9738890Z Building dependency tree...
2023-09-21T12:55:56.9752083Z Reading state information...
2023-09-21T12:55:56.9936854Z 42 packages can be upgraded. Run 'apt list --upgradable' to see them.
2023-09-21T12:55:57.0101717Z 
2023-09-21T12:55:57.0102654Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2023-09-21T12:55:57.0103253Z 
2023-09-21T12:55:57.0659722Z Reading package lists...
2023-09-21T12:55:57.2608725Z Building dependency tree...
2023-09-21T12:55:57.2626485Z Reading state information...
2023-09-21T12:55:57.4308084Z libbz2-dev is already the newest version (1.0.8-5build1).
2023-09-21T12:55:57.4309602Z libbz2-dev set to manually installed.
2023-09-21T12:55:57.4310769Z The following additional packages will be installed:
2023-09-21T12:55:57.4312410Z   hdf5-helpers libaec-dev libaec0 libcurl4-openssl-dev libhdf5-103-1
2023-09-21T12:55:57.4313883Z   libhdf5-cpp-103-1 libhdf5-fortran-102 libhdf5-hl-100 libhdf5-hl-cpp-100
2023-09-21T12:55:57.4318763Z   libhdf5-hl-fortran-100 libsz2
2023-09-21T12:55:57.4326522Z Suggested packages:
2023-09-21T12:55:57.4327757Z   libcurl4-doc libidn11-dev libkrb5-dev libldap2-dev librtmp-dev libssh2-1-dev
2023-09-21T12:55:57.4328792Z   libhdf5-doc
2023-09-21T12:55:57.4844166Z The following NEW packages will be installed:
2023-09-21T12:55:57.4845635Z   hdf5-helpers libaec-dev libaec0 libcurl4-openssl-dev libhdf5-103-1
2023-09-21T12:55:57.4846948Z   libhdf5-cpp-103-1 libhdf5-dev libhdf5-fortran-102 libhdf5-hl-100
2023-09-21T12:55:57.4853742Z   libhdf5-hl-cpp-100 libhdf5-hl-fortran-100 liblzo2-dev libsz2
2023-09-21T12:55:57.5188254Z 0 upgraded, 13 newly installed, 0 to remove and 42 not upgraded.
2023-09-21T12:55:57.5581225Z Need to get 4842 kB of archives.
2023-09-21T12:55:57.5582079Z After this operation, 20.4 MB of additional disk space will be used.
2023-09-21T12:55:57.5583125Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [142 B]
2023-09-21T12:55:57.6800978Z Get:2 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 hdf5-helpers amd64 1.10.7+repack-4ubuntu2 [14.2 kB]
2023-09-21T12:55:57.7778431Z Get:3 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 libaec0 amd64 1.0.6-1 [20.1 kB]
2023-09-21T12:55:57.8476861Z Get:4 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl4-openssl-dev amd64 7.81.0-1ubuntu1.13 [386 kB]
2023-09-21T12:55:58.0814119Z Get:5 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 libsz2 amd64 1.0.6-1 [5354 B]
2023-09-21T12:55:58.1316524Z Get:6 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 libhdf5-103-1 amd64 1.10.7+repack-4ubuntu2 [1295 kB]
2023-09-21T12:55:58.2869076Z Get:7 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 libhdf5-cpp-103-1 amd64 1.10.7+repack-4ubuntu2 [129 kB]
2023-09-21T12:55:58.3389891Z Get:8 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 libhdf5-fortran-102 amd64 1.10.7+repack-4ubuntu2 [90.9 kB]
2023-09-21T12:55:58.3903128Z Get:9 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 libhdf5-hl-100 amd64 1.10.7+repack-4ubuntu2 [59.1 kB]
2023-09-21T12:55:58.4407473Z Get:10 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 libhdf5-hl-fortran-100 amd64 1.10.7+repack-4ubuntu2 [33.8 kB]
2023-09-21T12:55:58.4913630Z Get:11 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 libhdf5-hl-cpp-100 amd64 1.10.7+repack-4ubuntu2 [10.6 kB]
2023-09-21T12:55:58.5414442Z Get:12 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 libaec-dev amd64 1.0.6-1 [17.9 kB]
2023-09-21T12:55:58.5918128Z Get:13 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 libhdf5-dev amd64 1.10.7+repack-4ubuntu2 [2684 kB]
2023-09-21T12:55:58.7044894Z Get:14 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 liblzo2-dev amd64 2.10-2build3 [97.0 kB]
2023-09-21T12:55:59.1413375Z Fetched 4842 kB in 1s (4163 kB/s)
2023-09-21T12:55:59.1769398Z Selecting previously unselected package hdf5-helpers.
2023-09-21T12:55:59.2009472Z (Reading database ... 
2023-09-21T12:55:59.2009831Z (Reading database ... 5%
2023-09-21T12:55:59.2012197Z (Reading database ... 10%
2023-09-21T12:55:59.2012883Z (Reading database ... 15%
2023-09-21T12:55:59.2013435Z (Reading database ... 20%
2023-09-21T12:55:59.2013734Z (Reading database ... 25%
2023-09-21T12:55:59.2014043Z (Reading database ... 30%
2023-09-21T12:55:59.2014336Z (Reading database ... 35%
2023-09-21T12:55:59.2014613Z (Reading database ... 40%
2023-09-21T12:55:59.2014899Z (Reading database ... 45%
2023-09-21T12:55:59.2015187Z (Reading database ... 50%
2023-09-21T12:55:59.2407681Z (Reading database ... 55%
2023-09-21T12:55:59.2789324Z (Reading database ... 60%
2023-09-21T12:55:59.3089254Z (Reading database ... 65%
2023-09-21T12:55:59.3623525Z (Reading database ... 70%
2023-09-21T12:55:59.4427689Z (Reading database ... 75%
2023-09-21T12:55:59.4798311Z (Reading database ... 80%
2023-09-21T12:55:59.5257277Z (Reading database ... 85%
2023-09-21T12:55:59.5662773Z (Reading database ... 90%
2023-09-21T12:55:59.6598938Z (Reading database ... 95%
2023-09-21T12:55:59.6599609Z (Reading database ... 100%
2023-09-21T12:55:59.6600339Z (Reading database ... 228578 files and directories currently installed.)
2023-09-21T12:55:59.6722258Z Preparing to unpack .../00-hdf5-helpers_1.10.7+repack-4ubuntu2_amd64.deb ...
2023-09-21T12:55:59.6747086Z Unpacking hdf5-helpers (1.10.7+repack-4ubuntu2) ...
2023-09-21T12:55:59.7141991Z Selecting previously unselected package libaec0:amd64.
2023-09-21T12:55:59.7401878Z Preparing to unpack .../01-libaec0_1.0.6-1_amd64.deb ...
2023-09-21T12:55:59.7461021Z Unpacking libaec0:amd64 (1.0.6-1) ...
2023-09-21T12:55:59.7786518Z Selecting previously unselected package libcurl4-openssl-dev:amd64.
2023-09-21T12:55:59.8030348Z Preparing to unpack .../02-libcurl4-openssl-dev_7.81.0-1ubuntu1.13_amd64.deb ...
2023-09-21T12:55:59.8060749Z Unpacking libcurl4-openssl-dev:amd64 (7.81.0-1ubuntu1.13) ...
2023-09-21T12:55:59.8574175Z Selecting previously unselected package libsz2:amd64.
2023-09-21T12:55:59.8831069Z Preparing to unpack .../03-libsz2_1.0.6-1_amd64.deb ...
2023-09-21T12:55:59.8848318Z Unpacking libsz2:amd64 (1.0.6-1) ...
2023-09-21T12:55:59.9190573Z Selecting previously unselected package libhdf5-103-1:amd64.
2023-09-21T12:55:59.9451648Z Preparing to unpack .../04-libhdf5-103-1_1.10.7+repack-4ubuntu2_amd64.deb ...
2023-09-21T12:55:59.9473456Z Unpacking libhdf5-103-1:amd64 (1.10.7+repack-4ubuntu2) ...
2023-09-21T12:56:00.0096252Z Selecting previously unselected package libhdf5-cpp-103-1:amd64.
2023-09-21T12:56:00.0368425Z Preparing to unpack .../05-libhdf5-cpp-103-1_1.10.7+repack-4ubuntu2_amd64.deb ...
2023-09-21T12:56:00.0393985Z Unpacking libhdf5-cpp-103-1:amd64 (1.10.7+repack-4ubuntu2) ...
2023-09-21T12:56:00.0745375Z Selecting previously unselected package libhdf5-fortran-102:amd64.
2023-09-21T12:56:00.1013403Z Preparing to unpack .../06-libhdf5-fortran-102_1.10.7+repack-4ubuntu2_amd64.deb ...
2023-09-21T12:56:00.1029726Z Unpacking libhdf5-fortran-102:amd64 (1.10.7+repack-4ubuntu2) ...
2023-09-21T12:56:00.1348081Z Selecting previously unselected package libhdf5-hl-100:amd64.
2023-09-21T12:56:00.1612410Z Preparing to unpack .../07-libhdf5-hl-100_1.10.7+repack-4ubuntu2_amd64.deb ...
2023-09-21T12:56:00.1627719Z Unpacking libhdf5-hl-100:amd64 (1.10.7+repack-4ubuntu2) ...
2023-09-21T12:56:00.1942231Z Selecting previously unselected package libhdf5-hl-fortran-100:amd64.
2023-09-21T12:56:00.2214603Z Preparing to unpack .../08-libhdf5-hl-fortran-100_1.10.7+repack-4ubuntu2_amd64.deb ...
2023-09-21T12:56:00.2230329Z Unpacking libhdf5-hl-fortran-100:amd64 (1.10.7+repack-4ubuntu2) ...
2023-09-21T12:56:00.2530305Z Selecting previously unselected package libhdf5-hl-cpp-100:amd64.
2023-09-21T12:56:00.2814538Z Preparing to unpack .../09-libhdf5-hl-cpp-100_1.10.7+repack-4ubuntu2_amd64.deb ...
2023-09-21T12:56:00.2829985Z Unpacking libhdf5-hl-cpp-100:amd64 (1.10.7+repack-4ubuntu2) ...
2023-09-21T12:56:00.3098122Z Selecting previously unselected package libaec-dev:amd64.
2023-09-21T12:56:00.3357072Z Preparing to unpack .../10-libaec-dev_1.0.6-1_amd64.deb ...
2023-09-21T12:56:00.3369025Z Unpacking libaec-dev:amd64 (1.0.6-1) ...
2023-09-21T12:56:00.3686624Z Selecting previously unselected package libhdf5-dev.
2023-09-21T12:56:00.3945477Z Preparing to unpack .../11-libhdf5-dev_1.10.7+repack-4ubuntu2_amd64.deb ...
2023-09-21T12:56:00.3976783Z Unpacking libhdf5-dev (1.10.7+repack-4ubuntu2) ...
2023-09-21T12:56:00.4945656Z Selecting previously unselected package liblzo2-dev:amd64.
2023-09-21T12:56:00.5244135Z Preparing to unpack .../12-liblzo2-dev_2.10-2build3_amd64.deb ...
2023-09-21T12:56:00.5255092Z Unpacking liblzo2-dev:amd64 (2.10-2build3) ...
2023-09-21T12:56:00.5936727Z Setting up hdf5-helpers (1.10.7+repack-4ubuntu2) ...
2023-09-21T12:56:00.5983901Z Setting up libaec0:amd64 (1.0.6-1) ...
2023-09-21T12:56:00.6018920Z Setting up libcurl4-openssl-dev:amd64 (7.81.0-1ubuntu1.13) ...
2023-09-21T12:56:00.6054791Z Setting up liblzo2-dev:amd64 (2.10-2build3) ...
2023-09-21T12:56:00.6083945Z Setting up libsz2:amd64 (1.0.6-1) ...
2023-09-21T12:56:00.6113842Z Setting up libaec-dev:amd64 (1.0.6-1) ...
2023-09-21T12:56:00.6145545Z Setting up libhdf5-103-1:amd64 (1.10.7+repack-4ubuntu2) ...
2023-09-21T12:56:00.6174696Z Setting up libhdf5-cpp-103-1:amd64 (1.10.7+repack-4ubuntu2) ...
2023-09-21T12:56:00.6206855Z Setting up libhdf5-hl-100:amd64 (1.10.7+repack-4ubuntu2) ...
2023-09-21T12:56:00.6239456Z Setting up libhdf5-hl-cpp-100:amd64 (1.10.7+repack-4ubuntu2) ...
2023-09-21T12:56:00.6276564Z Setting up libhdf5-fortran-102:amd64 (1.10.7+repack-4ubuntu2) ...
2023-09-21T12:56:00.6311153Z Setting up libhdf5-hl-fortran-100:amd64 (1.10.7+repack-4ubuntu2) ...
2023-09-21T12:56:00.6346525Z Setting up libhdf5-dev (1.10.7+repack-4ubuntu2) ...
2023-09-21T12:56:00.6453240Z update-alternatives: using /usr/lib/x86_64-linux-gnu/pkgconfig/hdf5-serial.pc to provide /usr/lib/x86_64-linux-gnu/pkgconfig/hdf5.pc (hdf5.pc) in auto mode
2023-09-21T12:56:00.6492330Z Processing triggers for man-db (2.10.2-1) ...
2023-09-21T12:56:01.1216080Z Processing triggers for libc-bin (2.35-0ubuntu3.3) ...
2023-09-21T12:56:01.4724654Z NEEDRESTART-VER: 3.5
2023-09-21T12:56:01.8656348Z NEEDRESTART-KCUR: 6.2.0-1011-azure
2023-09-21T12:56:01.8657673Z NEEDRESTART-KEXP: 6.2.0-1011-azure
2023-09-21T12:56:01.8658634Z NEEDRESTART-KSTA: 1
2023-09-21T12:56:03.8660173Z 
2023-09-21T12:56:03.8661015Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2023-09-21T12:56:03.8661659Z 
2023-09-21T12:56:03.9269469Z Reading package lists...
2023-09-21T12:56:04.1315061Z Building dependency tree...
2023-09-21T12:56:04.1331469Z Reading state information...
2023-09-21T12:56:04.3040407Z The following additional packages will be installed:
2023-09-21T12:56:04.3041796Z   cups-bsd cups-client cups-common dvisvgm fonts-droid-fallback fonts-lmodern
2023-09-21T12:56:04.3042999Z   fonts-noto-mono fonts-texgyre fonts-urw-base35 ghostscript ghostscript-x
2023-09-21T12:56:04.3044672Z   gsfonts gsfonts-x11 gv libapache-pom-java libcommons-logging-java
2023-09-21T12:56:04.3057991Z   libcommons-parent-java libcups2 libfontbox-java libgs9 libgs9-common
2023-09-21T12:56:04.3059078Z   libidn12 libijs-0.35 libjbig2dec0 libkpathsea6 libmotif-common
2023-09-21T12:56:04.3060154Z   libpdfbox-java libpoppler118 libptexenc1 libsynctex2 libteckit0 libtexlua53
2023-09-21T12:56:04.3061203Z   libtexluajit2 libwoff1 libxm4 libzzip-0-13 lmodern poppler-data
2023-09-21T12:56:04.3068924Z   poppler-utils preview-latex-style t1utils tex-gyre texlive-base
2023-09-21T12:56:04.3069599Z   texlive-binaries texlive-latex-base texlive-pictures tipa xaw3dg
2023-09-21T12:56:04.3070099Z   xfonts-encodings xfonts-utils xpdf
2023-09-21T12:56:04.3070463Z Suggested packages:
2023-09-21T12:56:04.3070968Z   cups inetutils-inetd | inet-superserver update-inetd smbclient fonts-noto
2023-09-21T12:56:04.3071608Z   fonts-freefont-otf | fonts-freefont-ttf libavalon-framework-java
2023-09-21T12:56:04.3072645Z   libcommons-logging-java-doc libexcalibur-logkit-java liblog4j1.2-java
2023-09-21T12:56:04.3073286Z   fonts-japanese-mincho | fonts-ipafont-mincho fonts-japanese-gothic
2023-09-21T12:56:04.3073925Z   | fonts-ipafont-gothic fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2023-09-21T12:56:04.3074551Z   perl-tk xzdec texlive-fonts-recommended-doc texlive-latex-base-doc
2023-09-21T12:56:04.3075179Z   icc-profiles libfile-which-perl libspreadsheet-parseexcel-perl
2023-09-21T12:56:04.3075795Z   texlive-latex-extra-doc texlive-latex-recommended-doc texlive-luatex
2023-09-21T12:56:04.3076392Z   texlive-pstricks dot2tex prerex texlive-pictures-doc vprerex
2023-09-21T12:56:04.3076850Z   default-jre-headless tipa-doc
2023-09-21T12:56:04.3706749Z The following NEW packages will be installed:
2023-09-21T12:56:04.3708374Z   cups-bsd cups-client cups-common dvisvgm fonts-droid-fallback fonts-lmodern
2023-09-21T12:56:04.3709597Z   fonts-noto-mono fonts-texgyre fonts-urw-base35 ghostscript ghostscript-x
2023-09-21T12:56:04.3710770Z   gsfonts gsfonts-x11 gv latexmk libapache-pom-java libcommons-logging-java
2023-09-21T12:56:04.3711867Z   libcommons-parent-java libfontbox-java libgs9 libgs9-common libidn12
2023-09-21T12:56:04.3712973Z   libijs-0.35 libjbig2dec0 libkpathsea6 libmotif-common libpdfbox-java
2023-09-21T12:56:04.3714611Z   libpoppler118 libptexenc1 libsynctex2 libteckit0 libtexlua53 libtexluajit2
2023-09-21T12:56:04.3716730Z   libwoff1 libxm4 libzzip-0-13 lmodern poppler-data poppler-utils
2023-09-21T12:56:04.3718133Z   preview-latex-style t1utils tex-gyre texlive-base texlive-binaries
2023-09-21T12:56:04.3719096Z   texlive-fonts-recommended texlive-latex-base texlive-latex-extra
2023-09-21T12:56:04.3720121Z   texlive-latex-recommended texlive-pictures texlive-plain-generic tipa xaw3dg
2023-09-21T12:56:04.3720973Z   xfonts-encodings xfonts-utils xpdf
2023-09-21T12:56:04.3723584Z The following packages will be upgraded:
2023-09-21T12:56:04.3729526Z   libcups2
2023-09-21T12:56:04.4052801Z 1 upgraded, 55 newly installed, 0 to remove and 41 not upgraded.
2023-09-21T12:56:04.4481708Z Need to get 167 MB of archives.
2023-09-21T12:56:04.4482245Z After this operation, 535 MB of additional disk space will be used.
2023-09-21T12:56:04.4483036Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [142 B]
2023-09-21T12:56:04.5196979Z Get:2 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2023-09-21T12:56:04.6131064Z Get:3 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 libmotif-common all 2.3.8-3 [11.0 kB]
2023-09-21T12:56:04.6628292Z Get:4 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 libxm4 amd64 2.3.8-3 [1001 kB]
2023-09-21T12:56:04.7276870Z Get:5 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 poppler-data all 0.4.11-1 [2171 kB]
2023-09-21T12:56:04.8089685Z Get:6 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 cups-common all 2.4.1op1-1ubuntu4.7 [253 kB]
2023-09-21T12:56:04.8617097Z Get:7 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcups2 amd64 2.4.1op1-1ubuntu4.7 [264 kB]
2023-09-21T12:56:04.9163435Z Get:8 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 cups-client amd64 2.4.1op1-1ubuntu4.7 [127 kB]
2023-09-21T12:56:04.9672469Z Get:9 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 fonts-urw-base35 all 20200910-1 [6367 kB]
2023-09-21T12:56:05.1218683Z Get:10 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgs9-common all 9.55.0~dfsg1-0ubuntu5.4 [752 kB]
2023-09-21T12:56:05.1818178Z Get:11 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libidn12 amd64 1.38-4ubuntu1 [60.0 kB]
2023-09-21T12:56:05.2329976Z Get:12 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 libijs-0.35 amd64 0.35-15build2 [16.5 kB]
2023-09-21T12:56:05.2833831Z Get:13 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 libjbig2dec0 amd64 0.19-3build2 [64.7 kB]
2023-09-21T12:56:05.3345579Z Get:14 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgs9 amd64 9.55.0~dfsg1-0ubuntu5.4 [5032 kB]
2023-09-21T12:56:05.4636006Z Get:15 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libkpathsea6 amd64 2021.20210626.59705-1ubuntu0.1 [60.3 kB]
2023-09-21T12:56:05.5150159Z Get:16 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 libwoff1 amd64 1.0.2-1build4 [45.2 kB]
2023-09-21T12:56:05.5656899Z Get:17 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 dvisvgm amd64 2.13.1-1 [1221 kB]
2023-09-21T12:56:05.6319719Z Get:18 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 fonts-lmodern all 2.004.5-6.1 [4532 kB]
2023-09-21T12:56:05.7547459Z Get:19 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 fonts-noto-mono all 20201225-1build1 [397 kB]
2023-09-21T12:56:05.8111969Z Get:20 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 fonts-texgyre all 20180621-3.1 [10.2 MB]
2023-09-21T12:56:06.0299527Z Get:21 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 ghostscript amd64 9.55.0~dfsg1-0ubuntu5.4 [49.4 kB]
2023-09-21T12:56:06.0802657Z Get:22 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 ghostscript-x amd64 9.55.0~dfsg1-0ubuntu5.4 [48.6 kB]
2023-09-21T12:56:06.1312973Z Get:23 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 gsfonts all 1:8.11+urwcyr1.0.7~pre44-4.5 [3120 kB]
2023-09-21T12:56:06.2269690Z Get:24 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2023-09-21T12:56:06.2846018Z Get:25 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 xfonts-utils amd64 1:7.7+6build2 [94.6 kB]
2023-09-21T12:56:06.3371259Z Get:26 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 gsfonts-x11 all 0.28 [7356 B]
2023-09-21T12:56:06.3874054Z Get:27 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 xaw3dg amd64 1.5+F-1build1 [152 kB]
2023-09-21T12:56:06.4396057Z Get:28 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 gv amd64 1:3.7.4-2 [203 kB]
2023-09-21T12:56:06.4935084Z Get:29 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libptexenc1 amd64 2021.20210626.59705-1ubuntu0.1 [39.1 kB]
2023-09-21T12:56:06.5433595Z Get:30 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsynctex2 amd64 2021.20210626.59705-1ubuntu0.1 [55.5 kB]
2023-09-21T12:56:06.5940631Z Get:31 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtexlua53 amd64 2021.20210626.59705-1ubuntu0.1 [120 kB]
2023-09-21T12:56:06.6463304Z Get:32 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtexluajit2 amd64 2021.20210626.59705-1ubuntu0.1 [267 kB]
2023-09-21T12:56:06.6999159Z Get:33 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 t1utils amd64 1.41-4build2 [61.3 kB]
2023-09-21T12:56:06.7504974Z Get:34 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 libteckit0 amd64 2.5.11+ds1-1 [421 kB]
2023-09-21T12:56:06.8077899Z Get:35 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 libzzip-0-13 amd64 0.13.72+dfsg.1-1.1 [27.0 kB]
2023-09-21T12:56:06.8579838Z Get:36 http://azure.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 texlive-binaries amd64 2021.20210626.59705-1ubuntu0.1 [9848 kB]
2023-09-21T12:56:07.0708015Z Get:37 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 texlive-base all 2021.20220204-1 [21.0 MB]
2023-09-21T12:56:07.4664131Z Get:38 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 texlive-latex-base all 2021.20220204-1 [1128 kB]
2023-09-21T12:56:07.5319839Z Get:39 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 latexmk all 1:4.76-1 [171 kB]
2023-09-21T12:56:07.5849901Z Get:40 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 libapache-pom-java all 18-1 [4720 B]
2023-09-21T12:56:07.6350169Z Get:41 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 libcommons-parent-java all 43-1 [10.8 kB]
2023-09-21T12:56:07.6850473Z Get:42 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 libcommons-logging-java all 1.2-2 [60.3 kB]
2023-09-21T12:56:07.7365647Z Get:43 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpoppler118 amd64 22.02.0-2ubuntu0.2 [1074 kB]
2023-09-21T12:56:07.8012070Z Get:44 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 lmodern all 2.004.5-6.1 [9471 kB]
2023-09-21T12:56:08.0073587Z Get:45 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 poppler-utils amd64 22.02.0-2ubuntu0.2 [186 kB]
2023-09-21T12:56:08.0592625Z Get:46 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 preview-latex-style all 12.2-1ubuntu1 [185 kB]
2023-09-21T12:56:08.1125480Z Get:47 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 tex-gyre all 20180621-3.1 [6209 kB]
2023-09-21T12:56:08.2694327Z Get:48 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 texlive-fonts-recommended all 2021.20220204-1 [4972 kB]
2023-09-21T12:56:08.4040389Z Get:49 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 libfontbox-java all 1:1.8.16-2 [207 kB]
2023-09-21T12:56:08.4560901Z Get:50 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 libpdfbox-java all 1:1.8.16-2 [5199 kB]
2023-09-21T12:56:08.6135663Z Get:51 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 texlive-latex-recommended all 2021.20220204-1 [14.4 MB]
2023-09-21T12:56:08.9088105Z Get:52 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 texlive-pictures all 2021.20220204-1 [8720 kB]
2023-09-21T12:56:09.1070373Z Get:53 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 texlive-latex-extra all 2021.20220204-1 [13.9 MB]
2023-09-21T12:56:09.3969126Z Get:54 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 texlive-plain-generic all 2021.20220204-1 [27.5 MB]
2023-09-21T12:56:09.9221815Z Get:55 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 tipa all 2:1.3-21 [2967 kB]
2023-09-21T12:56:10.0188672Z Get:56 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 xpdf amd64 3.04+git20220201-1 [125 kB]
2023-09-21T12:56:10.0653115Z Get:57 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 cups-bsd amd64 2.4.1op1-1ubuntu4.7 [37.0 kB]
2023-09-21T12:56:10.6188282Z Preconfiguring packages ...
2023-09-21T12:56:10.7268138Z Fetched 167 MB in 6s (29.7 MB/s)
2023-09-21T12:56:10.7601676Z Selecting previously unselected package fonts-droid-fallback.
2023-09-21T12:56:10.7679361Z (Reading database ... 
2023-09-21T12:56:10.7680064Z (Reading database ... 5%
2023-09-21T12:56:10.7680816Z (Reading database ... 10%
2023-09-21T12:56:10.7681301Z (Reading database ... 15%
2023-09-21T12:56:10.7681985Z (Reading database ... 20%
2023-09-21T12:56:10.7682455Z (Reading database ... 25%
2023-09-21T12:56:10.7683140Z (Reading database ... 30%
2023-09-21T12:56:10.7684227Z (Reading database ... 35%
2023-09-21T12:56:10.7684951Z (Reading database ... 40%
2023-09-21T12:56:10.7685420Z (Reading database ... 45%
2023-09-21T12:56:10.7686101Z (Reading database ... 50%
2023-09-21T12:56:10.7722587Z (Reading database ... 55%
2023-09-21T12:56:10.7771760Z (Reading database ... 60%
2023-09-21T12:56:10.7800382Z (Reading database ... 65%
2023-09-21T12:56:10.7953883Z (Reading database ... 70%
2023-09-21T12:56:10.8244698Z (Reading database ... 75%
2023-09-21T12:56:10.8299613Z (Reading database ... 80%
2023-09-21T12:56:10.8374151Z (Reading database ... 85%
2023-09-21T12:56:10.8416808Z (Reading database ... 90%
2023-09-21T12:56:10.8811237Z (Reading database ... 95%
2023-09-21T12:56:10.8815706Z (Reading database ... 100%
2023-09-21T12:56:10.8816354Z (Reading database ... 228864 files and directories currently installed.)
2023-09-21T12:56:10.8914181Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2023-09-21T12:56:10.9177701Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2023-09-21T12:56:11.1565637Z Selecting previously unselected package libmotif-common.
2023-09-21T12:56:11.1820811Z Preparing to unpack .../01-libmotif-common_2.3.8-3_all.deb ...
2023-09-21T12:56:11.1835412Z Unpacking libmotif-common (2.3.8-3) ...
2023-09-21T12:56:11.2357004Z Selecting previously unselected package libxm4:amd64.
2023-09-21T12:56:11.2618539Z Preparing to unpack .../02-libxm4_2.3.8-3_amd64.deb ...
2023-09-21T12:56:11.2641685Z Unpacking libxm4:amd64 (2.3.8-3) ...
2023-09-21T12:56:11.4107198Z Selecting previously unselected package poppler-data.
2023-09-21T12:56:11.4359452Z Preparing to unpack .../03-poppler-data_0.4.11-1_all.deb ...
2023-09-21T12:56:11.4376456Z Unpacking poppler-data (0.4.11-1) ...
2023-09-21T12:56:11.5760463Z Selecting previously unselected package cups-common.
2023-09-21T12:56:11.6020081Z Preparing to unpack .../04-cups-common_2.4.1op1-1ubuntu4.7_all.deb ...
2023-09-21T12:56:11.6032484Z Unpacking cups-common (2.4.1op1-1ubuntu4.7) ...
2023-09-21T12:56:11.6809709Z Preparing to unpack .../05-libcups2_2.4.1op1-1ubuntu4.7_amd64.deb ...
2023-09-21T12:56:11.6896390Z Unpacking libcups2:amd64 (2.4.1op1-1ubuntu4.7) over (2.4.1op1-1ubuntu4.6) ...
2023-09-21T12:56:11.7303780Z Selecting previously unselected package cups-client.
2023-09-21T12:56:11.7568378Z Preparing to unpack .../06-cups-client_2.4.1op1-1ubuntu4.7_amd64.deb ...
2023-09-21T12:56:11.7578915Z Unpacking cups-client (2.4.1op1-1ubuntu4.7) ...
2023-09-21T12:56:11.7983156Z Selecting previously unselected package fonts-urw-base35.
2023-09-21T12:56:11.8243718Z Preparing to unpack .../07-fonts-urw-base35_20200910-1_all.deb ...
2023-09-21T12:56:11.8910978Z Unpacking fonts-urw-base35 (20200910-1) ...
2023-09-21T12:56:12.3371130Z Selecting previously unselected package libgs9-common.
2023-09-21T12:56:12.3629040Z Preparing to unpack .../08-libgs9-common_9.55.0~dfsg1-0ubuntu5.4_all.deb ...
2023-09-21T12:56:12.3642235Z Unpacking libgs9-common (9.55.0~dfsg1-0ubuntu5.4) ...
2023-09-21T12:56:12.5087293Z Selecting previously unselected package libidn12:amd64.
2023-09-21T12:56:12.5346692Z Preparing to unpack .../09-libidn12_1.38-4ubuntu1_amd64.deb ...
2023-09-21T12:56:12.5360004Z Unpacking libidn12:amd64 (1.38-4ubuntu1) ...
2023-09-21T12:56:12.5644578Z Selecting previously unselected package libijs-0.35:amd64.
2023-09-21T12:56:12.5903222Z Preparing to unpack .../10-libijs-0.35_0.35-15build2_amd64.deb ...
2023-09-21T12:56:12.5917986Z Unpacking libijs-0.35:amd64 (0.35-15build2) ...
2023-09-21T12:56:12.6182203Z Selecting previously unselected package libjbig2dec0:amd64.
2023-09-21T12:56:12.6443184Z Preparing to unpack .../11-libjbig2dec0_0.19-3build2_amd64.deb ...
2023-09-21T12:56:12.6454379Z Unpacking libjbig2dec0:amd64 (0.19-3build2) ...
2023-09-21T12:56:12.6808090Z Selecting previously unselected package libgs9:amd64.
2023-09-21T12:56:12.7070153Z Preparing to unpack .../12-libgs9_9.55.0~dfsg1-0ubuntu5.4_amd64.deb ...
2023-09-21T12:56:12.7084999Z Unpacking libgs9:amd64 (9.55.0~dfsg1-0ubuntu5.4) ...
2023-09-21T12:56:12.8866476Z Selecting previously unselected package libkpathsea6:amd64.
2023-09-21T12:56:12.9124764Z Preparing to unpack .../13-libkpathsea6_2021.20210626.59705-1ubuntu0.1_amd64.deb ...
2023-09-21T12:56:12.9139689Z Unpacking libkpathsea6:amd64 (2021.20210626.59705-1ubuntu0.1) ...
2023-09-21T12:56:12.9437007Z Selecting previously unselected package libwoff1:amd64.
2023-09-21T12:56:12.9699537Z Preparing to unpack .../14-libwoff1_1.0.2-1build4_amd64.deb ...
2023-09-21T12:56:12.9714752Z Unpacking libwoff1:amd64 (1.0.2-1build4) ...
2023-09-21T12:56:13.0006879Z Selecting previously unselected package dvisvgm.
2023-09-21T12:56:13.0267707Z Preparing to unpack .../15-dvisvgm_2.13.1-1_amd64.deb ...
2023-09-21T12:56:13.0278600Z Unpacking dvisvgm (2.13.1-1) ...
2023-09-21T12:56:13.0865693Z Selecting previously unselected package fonts-lmodern.
2023-09-21T12:56:13.1122738Z Preparing to unpack .../16-fonts-lmodern_2.004.5-6.1_all.deb ...
2023-09-21T12:56:13.1134688Z Unpacking fonts-lmodern (2.004.5-6.1) ...
2023-09-21T12:56:13.5983269Z Selecting previously unselected package fonts-noto-mono.
2023-09-21T12:56:13.6244563Z Preparing to unpack .../17-fonts-noto-mono_20201225-1build1_all.deb ...
2023-09-21T12:56:13.6255556Z Unpacking fonts-noto-mono (20201225-1build1) ...
2023-09-21T12:56:13.6955053Z Selecting previously unselected package fonts-texgyre.
2023-09-21T12:56:13.7215459Z Preparing to unpack .../18-fonts-texgyre_20180621-3.1_all.deb ...
2023-09-21T12:56:13.7324654Z Unpacking fonts-texgyre (20180621-3.1) ...
2023-09-21T12:56:14.6306340Z Selecting previously unselected package ghostscript.
2023-09-21T12:56:14.6567581Z Preparing to unpack .../19-ghostscript_9.55.0~dfsg1-0ubuntu5.4_amd64.deb ...
2023-09-21T12:56:14.6582716Z Unpacking ghostscript (9.55.0~dfsg1-0ubuntu5.4) ...
2023-09-21T12:56:14.6924533Z Selecting previously unselected package ghostscript-x.
2023-09-21T12:56:14.7182952Z Preparing to unpack .../20-ghostscript-x_9.55.0~dfsg1-0ubuntu5.4_amd64.deb ...
2023-09-21T12:56:14.7197959Z Unpacking ghostscript-x (9.55.0~dfsg1-0ubuntu5.4) ...
2023-09-21T12:56:14.7485863Z Selecting previously unselected package gsfonts.
2023-09-21T12:56:14.7747707Z Preparing to unpack .../21-gsfonts_1%3a8.11+urwcyr1.0.7~pre44-4.5_all.deb ...
2023-09-21T12:56:14.7760393Z Unpacking gsfonts (1:8.11+urwcyr1.0.7~pre44-4.5) ...
2023-09-21T12:56:15.0608442Z Selecting previously unselected package xfonts-encodings.
2023-09-21T12:56:15.0869162Z Preparing to unpack .../22-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2023-09-21T12:56:15.0879251Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2023-09-21T12:56:15.1251566Z Selecting previously unselected package xfonts-utils.
2023-09-21T12:56:15.1511753Z Preparing to unpack .../23-xfonts-utils_1%3a7.7+6build2_amd64.deb ...
2023-09-21T12:56:15.1524398Z Unpacking xfonts-utils (1:7.7+6build2) ...
2023-09-21T12:56:15.1868809Z Selecting previously unselected package gsfonts-x11.
2023-09-21T12:56:15.2128962Z Preparing to unpack .../24-gsfonts-x11_0.28_all.deb ...
2023-09-21T12:56:15.2141694Z Unpacking gsfonts-x11 (0.28) ...
2023-09-21T12:56:15.2445839Z Selecting previously unselected package xaw3dg:amd64.
2023-09-21T12:56:15.2706697Z Preparing to unpack .../25-xaw3dg_1.5+F-1build1_amd64.deb ...
2023-09-21T12:56:15.2718631Z Unpacking xaw3dg:amd64 (1.5+F-1build1) ...
2023-09-21T12:56:15.3207588Z Selecting previously unselected package gv.
2023-09-21T12:56:15.3471682Z Preparing to unpack .../26-gv_1%3a3.7.4-2_amd64.deb ...
2023-09-21T12:56:15.3483428Z Unpacking gv (1:3.7.4-2) ...
2023-09-21T12:56:15.4023850Z Selecting previously unselected package libptexenc1:amd64.
2023-09-21T12:56:15.4287549Z Preparing to unpack .../27-libptexenc1_2021.20210626.59705-1ubuntu0.1_amd64.deb ...
2023-09-21T12:56:15.4299647Z Unpacking libptexenc1:amd64 (2021.20210626.59705-1ubuntu0.1) ...
2023-09-21T12:56:15.4579958Z Selecting previously unselected package libsynctex2:amd64.
2023-09-21T12:56:15.4837892Z Preparing to unpack .../28-libsynctex2_2021.20210626.59705-1ubuntu0.1_amd64.deb ...
2023-09-21T12:56:15.4849907Z Unpacking libsynctex2:amd64 (2021.20210626.59705-1ubuntu0.1) ...
2023-09-21T12:56:15.5132707Z Selecting previously unselected package libtexlua53:amd64.
2023-09-21T12:56:15.5391406Z Preparing to unpack .../29-libtexlua53_2021.20210626.59705-1ubuntu0.1_amd64.deb ...
2023-09-21T12:56:15.5402481Z Unpacking libtexlua53:amd64 (2021.20210626.59705-1ubuntu0.1) ...
2023-09-21T12:56:15.5692379Z Selecting previously unselected package libtexluajit2:amd64.
2023-09-21T12:56:15.5951893Z Preparing to unpack .../30-libtexluajit2_2021.20210626.59705-1ubuntu0.1_amd64.deb ...
2023-09-21T12:56:15.5963778Z Unpacking libtexluajit2:amd64 (2021.20210626.59705-1ubuntu0.1) ...
2023-09-21T12:56:15.6265972Z Selecting previously unselected package t1utils.
2023-09-21T12:56:15.6529713Z Preparing to unpack .../31-t1utils_1.41-4build2_amd64.deb ...
2023-09-21T12:56:15.6541689Z Unpacking t1utils (1.41-4build2) ...
2023-09-21T12:56:15.6864894Z Selecting previously unselected package libteckit0:amd64.
2023-09-21T12:56:15.7124234Z Preparing to unpack .../32-libteckit0_2.5.11+ds1-1_amd64.deb ...
2023-09-21T12:56:15.7137977Z Unpacking libteckit0:amd64 (2.5.11+ds1-1) ...
2023-09-21T12:56:15.7579533Z Selecting previously unselected package libzzip-0-13:amd64.
2023-09-21T12:56:15.7839994Z Preparing to unpack .../33-libzzip-0-13_0.13.72+dfsg.1-1.1_amd64.deb ...
2023-09-21T12:56:15.7856607Z Unpacking libzzip-0-13:amd64 (0.13.72+dfsg.1-1.1) ...
2023-09-21T12:56:15.8184964Z Selecting previously unselected package texlive-binaries.
2023-09-21T12:56:15.8446190Z Preparing to unpack .../34-texlive-binaries_2021.20210626.59705-1ubuntu0.1_amd64.deb ...
2023-09-21T12:56:15.8577357Z Unpacking texlive-binaries (2021.20210626.59705-1ubuntu0.1) ...
2023-09-21T12:56:16.1378729Z Selecting previously unselected package texlive-base.
2023-09-21T12:56:16.1642764Z Preparing to unpack .../35-texlive-base_2021.20220204-1_all.deb ...
2023-09-21T12:56:16.1898403Z Unpacking texlive-base (2021.20220204-1) ...
2023-09-21T12:56:18.2869665Z Selecting previously unselected package texlive-latex-base.
2023-09-21T12:56:18.3151754Z Preparing to unpack .../36-texlive-latex-base_2021.20220204-1_all.deb ...
2023-09-21T12:56:18.3248986Z Unpacking texlive-latex-base (2021.20220204-1) ...
2023-09-21T12:56:18.6560431Z Selecting previously unselected package latexmk.
2023-09-21T12:56:18.6837723Z Preparing to unpack .../37-latexmk_1%3a4.76-1_all.deb ...
2023-09-21T12:56:18.6853131Z Unpacking latexmk (1:4.76-1) ...
2023-09-21T12:56:18.7232579Z Selecting previously unselected package libapache-pom-java.
2023-09-21T12:56:18.7499028Z Preparing to unpack .../38-libapache-pom-java_18-1_all.deb ...
2023-09-21T12:56:18.7511612Z Unpacking libapache-pom-java (18-1) ...
2023-09-21T12:56:18.8173212Z Selecting previously unselected package libcommons-parent-java.
2023-09-21T12:56:18.8438353Z Preparing to unpack .../39-libcommons-parent-java_43-1_all.deb ...
2023-09-21T12:56:18.8451154Z Unpacking libcommons-parent-java (43-1) ...
2023-09-21T12:56:18.8734413Z Selecting previously unselected package libcommons-logging-java.
2023-09-21T12:56:18.9000854Z Preparing to unpack .../40-libcommons-logging-java_1.2-2_all.deb ...
2023-09-21T12:56:18.9012278Z Unpacking libcommons-logging-java (1.2-2) ...
2023-09-21T12:56:18.9393598Z Selecting previously unselected package libpoppler118:amd64.
2023-09-21T12:56:18.9680536Z Preparing to unpack .../41-libpoppler118_22.02.0-2ubuntu0.2_amd64.deb ...
2023-09-21T12:56:18.9692953Z Unpacking libpoppler118:amd64 (22.02.0-2ubuntu0.2) ...
2023-09-21T12:56:19.0295282Z Selecting previously unselected package lmodern.
2023-09-21T12:56:19.0563709Z Preparing to unpack .../42-lmodern_2.004.5-6.1_all.deb ...
2023-09-21T12:56:19.0719522Z Unpacking lmodern (2.004.5-6.1) ...
2023-09-21T12:56:20.1433684Z Selecting previously unselected package poppler-utils.
2023-09-21T12:56:20.1707599Z Preparing to unpack .../43-poppler-utils_22.02.0-2ubuntu0.2_amd64.deb ...
2023-09-21T12:56:20.1721398Z Unpacking poppler-utils (22.02.0-2ubuntu0.2) ...
2023-09-21T12:56:20.2069750Z Selecting previously unselected package preview-latex-style.
2023-09-21T12:56:20.2339069Z Preparing to unpack .../44-preview-latex-style_12.2-1ubuntu1_all.deb ...
2023-09-21T12:56:20.2351983Z Unpacking preview-latex-style (12.2-1ubuntu1) ...
2023-09-21T12:56:20.2804874Z Selecting previously unselected package tex-gyre.
2023-09-21T12:56:20.3073947Z Preparing to unpack .../45-tex-gyre_20180621-3.1_all.deb ...
2023-09-21T12:56:20.3215567Z Unpacking tex-gyre (20180621-3.1) ...
2023-09-21T12:56:20.8893038Z Selecting previously unselected package texlive-fonts-recommended.
2023-09-21T12:56:20.9167922Z Preparing to unpack .../46-texlive-fonts-recommended_2021.20220204-1_all.deb ...
2023-09-21T12:56:20.9184256Z Unpacking texlive-fonts-recommended (2021.20220204-1) ...
2023-09-21T12:56:21.6692389Z Selecting previously unselected package libfontbox-java.
2023-09-21T12:56:21.6979149Z Preparing to unpack .../47-libfontbox-java_1%3a1.8.16-2_all.deb ...
2023-09-21T12:56:21.6993561Z Unpacking libfontbox-java (1:1.8.16-2) ...
2023-09-21T12:56:21.7480319Z Selecting previously unselected package libpdfbox-java.
2023-09-21T12:56:21.7752085Z Preparing to unpack .../48-libpdfbox-java_1%3a1.8.16-2_all.deb ...
2023-09-21T12:56:21.7766446Z Unpacking libpdfbox-java (1:1.8.16-2) ...
2023-09-21T12:56:22.2198319Z Selecting previously unselected package texlive-latex-recommended.
2023-09-21T12:56:22.2475408Z Preparing to unpack .../49-texlive-latex-recommended_2021.20220204-1_all.deb ...
2023-09-21T12:56:22.2485947Z Unpacking texlive-latex-recommended (2021.20220204-1) ...
2023-09-21T12:56:23.7341665Z Selecting previously unselected package texlive-pictures.
2023-09-21T12:56:23.7634645Z Preparing to unpack .../50-texlive-pictures_2021.20220204-1_all.deb ...
2023-09-21T12:56:23.7655957Z Unpacking texlive-pictures (2021.20220204-1) ...
2023-09-21T12:56:25.0351511Z Selecting previously unselected package texlive-latex-extra.
2023-09-21T12:56:25.0660043Z Preparing to unpack .../51-texlive-latex-extra_2021.20220204-1_all.deb ...
2023-09-21T12:56:25.0668700Z Unpacking texlive-latex-extra (2021.20220204-1) ...
2023-09-21T12:56:26.7169359Z Selecting previously unselected package texlive-plain-generic.
2023-09-21T12:56:26.7502739Z Preparing to unpack .../52-texlive-plain-generic_2021.20220204-1_all.deb ...
2023-09-21T12:56:26.7517643Z Unpacking texlive-plain-generic (2021.20220204-1) ...
2023-09-21T12:56:30.4296510Z Selecting previously unselected package tipa.
2023-09-21T12:56:30.4661325Z Preparing to unpack .../53-tipa_2%3a1.3-21_all.deb ...
2023-09-21T12:56:30.4766015Z Unpacking tipa (2:1.3-21) ...
2023-09-21T12:56:30.8150204Z Selecting previously unselected package xpdf.
2023-09-21T12:56:30.8460064Z Preparing to unpack .../54-xpdf_3.04+git20220201-1_amd64.deb ...
2023-09-21T12:56:30.8525752Z Unpacking xpdf (3.04+git20220201-1) ...
2023-09-21T12:56:30.8898591Z Selecting previously unselected package cups-bsd.
2023-09-21T12:56:30.9208104Z Preparing to unpack .../55-cups-bsd_2.4.1op1-1ubuntu4.7_amd64.deb ...
2023-09-21T12:56:30.9222572Z Unpacking cups-bsd (2.4.1op1-1ubuntu4.7) ...
2023-09-21T12:56:30.9957407Z Setting up fonts-noto-mono (20201225-1build1) ...
2023-09-21T12:56:31.0030876Z Setting up libwoff1:amd64 (1.0.2-1build4) ...
2023-09-21T12:56:31.0076785Z Setting up libtexlua53:amd64 (2021.20210626.59705-1ubuntu0.1) ...
2023-09-21T12:56:31.0108269Z Setting up libijs-0.35:amd64 (0.35-15build2) ...
2023-09-21T12:56:31.0141191Z Setting up cups-common (2.4.1op1-1ubuntu4.7) ...
2023-09-21T12:56:31.0176323Z Setting up preview-latex-style (12.2-1ubuntu1) ...
2023-09-21T12:56:31.0393753Z Setting up libtexluajit2:amd64 (2021.20210626.59705-1ubuntu0.1) ...
2023-09-21T12:56:31.0441599Z Setting up libfontbox-java (1:1.8.16-2) ...
2023-09-21T12:56:31.0475121Z Setting up libzzip-0-13:amd64 (0.13.72+dfsg.1-1.1) ...
2023-09-21T12:56:31.0509269Z Setting up fonts-urw-base35 (20200910-1) ...
2023-09-21T12:56:31.1199739Z Setting up libmotif-common (2.3.8-3) ...
2023-09-21T12:56:31.1235086Z Setting up poppler-data (0.4.11-1) ...
2023-09-21T12:56:31.1446431Z Setting up libpoppler118:amd64 (22.02.0-2ubuntu0.2) ...
2023-09-21T12:56:31.1487802Z Setting up libjbig2dec0:amd64 (0.19-3build2) ...
2023-09-21T12:56:31.1526550Z Setting up libteckit0:amd64 (2.5.11+ds1-1) ...
2023-09-21T12:56:31.1571756Z Setting up gsfonts (1:8.11+urwcyr1.0.7~pre44-4.5) ...
2023-09-21T12:56:31.1726122Z Setting up libapache-pom-java (18-1) ...
2023-09-21T12:56:31.1759511Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2023-09-21T12:56:31.1819666Z Setting up t1utils (1.41-4build2) ...
2023-09-21T12:56:31.1855083Z Setting up libidn12:amd64 (1.38-4ubuntu1) ...
2023-09-21T12:56:31.1892069Z Setting up fonts-texgyre (20180621-3.1) ...
2023-09-21T12:56:31.2006736Z Setting up xaw3dg:amd64 (1.5+F-1build1) ...
2023-09-21T12:56:31.2042994Z Setting up libkpathsea6:amd64 (2021.20210626.59705-1ubuntu0.1) ...
2023-09-21T12:56:31.2073504Z Setting up libcups2:amd64 (2.4.1op1-1ubuntu4.7) ...
2023-09-21T12:56:31.2122983Z Setting up fonts-lmodern (2.004.5-6.1) ...
2023-09-21T12:56:31.2163655Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2023-09-21T12:56:31.2435809Z Setting up poppler-utils (22.02.0-2ubuntu0.2) ...
2023-09-21T12:56:31.2467809Z Setting up libxm4:amd64 (2.3.8-3) ...
2023-09-21T12:56:31.2501476Z Setting up libsynctex2:amd64 (2021.20210626.59705-1ubuntu0.1) ...
2023-09-21T12:56:31.2536073Z Setting up libgs9-common (9.55.0~dfsg1-0ubuntu5.4) ...
2023-09-21T12:56:31.2564734Z Setting up libpdfbox-java (1:1.8.16-2) ...
2023-09-21T12:56:31.2595276Z Setting up libgs9:amd64 (9.55.0~dfsg1-0ubuntu5.4) ...
2023-09-21T12:56:31.2660661Z Setting up libcommons-parent-java (43-1) ...
2023-09-21T12:56:31.2697680Z Setting up dvisvgm (2.13.1-1) ...
2023-09-21T12:56:31.2730435Z Setting up libcommons-logging-java (1.2-2) ...
2023-09-21T12:56:31.2763932Z Setting up ghostscript (9.55.0~dfsg1-0ubuntu5.4) ...
2023-09-21T12:56:31.2899403Z Setting up xfonts-utils (1:7.7+6build2) ...
2023-09-21T12:56:31.2961710Z Setting up cups-client (2.4.1op1-1ubuntu4.7) ...
2023-09-21T12:56:31.4146556Z Adding group `lpadmin' (GID 128) ...
2023-09-21T12:56:31.4263217Z Done.
2023-09-21T12:56:31.4294365Z Setting up libptexenc1:amd64 (2021.20210626.59705-1ubuntu0.1) ...
2023-09-21T12:56:31.4342031Z Setting up texlive-binaries (2021.20210626.59705-1ubuntu0.1) ...
2023-09-21T12:56:31.4449771Z update-alternatives: using /usr/bin/xdvi-xaw to provide /usr/bin/xdvi.bin (xdvi.bin) in auto mode
2023-09-21T12:56:31.4522155Z update-alternatives: using /usr/bin/bibtex.original to provide /usr/bin/bibtex (bibtex) in auto mode
2023-09-21T12:56:31.4703406Z Setting up lmodern (2.004.5-6.1) ...
2023-09-21T12:56:31.7368773Z Setting up xpdf (3.04+git20220201-1) ...
2023-09-21T12:56:31.7423299Z Setting up texlive-base (2021.20220204-1) ...
2023-09-21T12:56:31.8444174Z /usr/bin/ucfr
2023-09-21T12:56:31.9382070Z /usr/bin/ucfr
2023-09-21T12:56:32.0108020Z /usr/bin/ucfr
2023-09-21T12:56:32.0817864Z /usr/bin/ucfr
2023-09-21T12:56:32.7039489Z tl-paper: setting paper size for dvips to a4: /var/lib/texmf/dvips/config/config-paper.ps
2023-09-21T12:56:33.0113186Z tl-paper: setting paper size for dvipdfmx to a4: /var/lib/texmf/dvipdfmx/dvipdfmx-paper.cfg
2023-09-21T12:56:33.3181939Z tl-paper: setting paper size for xdvi to a4: /var/lib/texmf/xdvi/XDvi-paper
2023-09-21T12:56:33.6285344Z tl-paper: setting paper size for pdftex to a4: /var/lib/texmf/tex/generic/tex-ini-files/pdftexconfig.tex
2023-09-21T12:56:34.3765650Z Setting up tex-gyre (20180621-3.1) ...
2023-09-21T12:56:34.6077045Z Setting up cups-bsd (2.4.1op1-1ubuntu4.7) ...
2023-09-21T12:56:34.7522517Z Setting up texlive-plain-generic (2021.20220204-1) ...
2023-09-21T12:56:34.7577308Z Setting up ghostscript-x (9.55.0~dfsg1-0ubuntu5.4) ...
2023-09-21T12:56:34.7611966Z Setting up gsfonts-x11 (0.28) ...
2023-09-21T12:56:35.0051726Z Setting up texlive-latex-base (2021.20220204-1) ...
2023-09-21T12:56:35.0196755Z Setting up texlive-latex-recommended (2021.20220204-1) ...
2023-09-21T12:56:35.0248332Z Setting up texlive-pictures (2021.20220204-1) ...
2023-09-21T12:56:35.0327380Z Setting up gv (1:3.7.4-2) ...
2023-09-21T12:56:35.0374290Z Setting up texlive-fonts-recommended (2021.20220204-1) ...
2023-09-21T12:56:35.0443037Z Setting up tipa (2:1.3-21) ...
2023-09-21T12:56:35.0615357Z Setting up latexmk (1:4.76-1) ...
2023-09-21T12:56:35.0669125Z Setting up texlive-latex-extra (2021.20220204-1) ...
2023-09-21T12:56:35.0792786Z Processing triggers for tex-common (6.17) ...
2023-09-21T12:56:35.3505071Z Running mktexlsr. This may take some time... done.
2023-09-21T12:56:36.0946188Z Running updmap-sys. This may take some time... done.
2023-09-21T12:56:36.1288179Z Running mktexlsr /var/lib/texmf ... done.
2023-09-21T12:56:36.2730917Z Building format(s) --all.
2023-09-21T12:56:47.1552024Z 	This may take some time... done.
2023-09-21T12:56:47.1646705Z Processing triggers for install-info (6.8-4build1) ...
2023-09-21T12:56:47.6096833Z Processing triggers for mailcap (3.70+nmu1ubuntu1) ...
2023-09-21T12:56:47.8674123Z Processing triggers for fontconfig (2.13.1-4.2ubuntu5) ...
2023-09-21T12:56:48.4746819Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2023-09-21T12:56:49.1072057Z Processing triggers for libc-bin (2.35-0ubuntu3.3) ...
2023-09-21T12:56:49.1307622Z Processing triggers for man-db (2.10.2-1) ...
2023-09-21T12:56:49.8454620Z NEEDRESTART-VER: 3.5
2023-09-21T12:56:50.1805496Z NEEDRESTART-KCUR: 6.2.0-1011-azure
2023-09-21T12:56:50.1806624Z NEEDRESTART-KEXP: 6.2.0-1011-azure
2023-09-21T12:56:50.1807474Z NEEDRESTART-KSTA: 1
2023-09-21T12:56:52.2271981Z ##[group]Run python -m pip install --upgrade setuptools pip wheel build
2023-09-21T12:56:52.2272537Z [36;1mpython -m pip install --upgrade setuptools pip wheel build[0m
2023-09-21T12:56:52.2272987Z [36;1mpython -m pip install -r requirements.txt[0m
2023-09-21T12:56:52.2273423Z [36;1mpython -m pip install sphinx>=1.1 sphinx_rtd_theme numpydoc ipython[0m
2023-09-21T12:56:52.2273856Z [36;1mpython -m pip install "blosc2>=2.2.6"[0m
2023-09-21T12:56:52.2352685Z shell: /usr/bin/bash -e {0}
2023-09-21T12:56:52.2352980Z env:
2023-09-21T12:56:52.2353331Z   pythonLocation: /opt/hostedtoolcache/Python/3.11.5/x64
2023-09-21T12:56:52.2353781Z   PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.11.5/x64/lib/pkgconfig
2023-09-21T12:56:52.2354226Z   Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.5/x64
2023-09-21T12:56:52.2354645Z   Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.5/x64
2023-09-21T12:56:52.2355056Z   Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.5/x64
2023-09-21T12:56:52.2355534Z   LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.11.5/x64/lib
2023-09-21T12:56:52.2355862Z ##[endgroup]
2023-09-21T12:56:55.1015104Z Requirement already satisfied: setuptools in /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages (65.5.0)
2023-09-21T12:56:55.5411972Z Collecting setuptools
2023-09-21T12:56:55.5415342Z   Obtaining dependency information for setuptools from https://files.pythonhosted.org/packages/bb/26/7945080113158354380a12ce26873dd6c1ebd88d47f5bc24e2c5bb38c16a/setuptools-68.2.2-py3-none-any.whl.metadata
2023-09-21T12:56:55.6563513Z   Downloading setuptools-68.2.2-py3-none-any.whl.metadata (6.3 kB)
2023-09-21T12:56:55.6620991Z Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages (23.2.1)
2023-09-21T12:56:55.7887873Z Collecting wheel
2023-09-21T12:56:55.7890730Z   Obtaining dependency information for wheel from https://files.pythonhosted.org/packages/b8/8b/31273bf66016be6ad22bb7345c37ff350276cfd46e389a0c2ac5da9d9073/wheel-0.41.2-py3-none-any.whl.metadata
2023-09-21T12:56:55.8003725Z   Downloading wheel-0.41.2-py3-none-any.whl.metadata (2.2 kB)
2023-09-21T12:56:55.8385749Z Collecting build
2023-09-21T12:56:55.8387928Z   Obtaining dependency information for build from https://files.pythonhosted.org/packages/93/dd/b464b728b866aaa62785a609e0dd8c72201d62c5f7c53e7c20f4dceb085f/build-1.0.3-py3-none-any.whl.metadata
2023-09-21T12:56:55.8498412Z   Downloading build-1.0.3-py3-none-any.whl.metadata (4.2 kB)
2023-09-21T12:56:55.9843625Z Collecting packaging>=19.0 (from build)
2023-09-21T12:56:55.9953635Z   Downloading packaging-23.1-py3-none-any.whl (48 kB)
2023-09-21T12:56:56.0183008Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.9/48.9 kB 2.8 MB/s eta 0:00:00
2023-09-21T12:56:56.0422381Z Collecting pyproject_hooks (from build)
2023-09-21T12:56:56.0562616Z   Downloading pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB)
2023-09-21T12:56:56.0752326Z Downloading setuptools-68.2.2-py3-none-any.whl (807 kB)
2023-09-21T12:56:56.1878930Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 807.9/807.9 kB 7.3 MB/s eta 0:00:00
2023-09-21T12:56:56.1993742Z Downloading wheel-0.41.2-py3-none-any.whl (64 kB)
2023-09-21T12:56:56.2057134Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.8/64.8 kB 15.9 MB/s eta 0:00:00
2023-09-21T12:56:56.2170090Z Downloading build-1.0.3-py3-none-any.whl (18 kB)
2023-09-21T12:56:56.3960397Z Installing collected packages: wheel, setuptools, pyproject_hooks, packaging, build
2023-09-21T12:56:56.4668834Z   Attempting uninstall: setuptools
2023-09-21T12:56:56.4724513Z     Found existing installation: setuptools 65.5.0
2023-09-21T12:56:56.5185371Z     Uninstalling setuptools-65.5.0:
2023-09-21T12:56:56.5339895Z       Successfully uninstalled setuptools-65.5.0
2023-09-21T12:56:57.1986608Z Successfully installed build-1.0.3 packaging-23.1 pyproject_hooks-1.0.0 setuptools-68.2.2 wheel-0.41.2
2023-09-21T12:56:59.6228285Z Collecting cython>=0.29.32 (from -r requirements.txt (line 2))
2023-09-21T12:56:59.6232112Z   Obtaining dependency information for cython>=0.29.32 from https://files.pythonhosted.org/packages/d9/fc/3a49ab49ae556b7d644a2d3082f01082bb902befe3e398f11d675d6c2ad0/Cython-3.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
2023-09-21T12:56:59.7483374Z   Downloading Cython-3.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.1 kB)
2023-09-21T12:57:00.1559947Z Collecting numpy>=1.19.0 (from -r requirements.txt (line 4))
2023-09-21T12:57:00.1562972Z   Obtaining dependency information for numpy>=1.19.0 from https://files.pythonhosted.org/packages/c4/36/161e2f8110f8c49e59f6107bd6da4257d30aff9f06373d0471811f73dcc5/numpy-1.26.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
2023-09-21T12:57:00.1681687Z   Downloading numpy-1.26.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (58 kB)
2023-09-21T12:57:00.1981010Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.5/58.5 kB 2.1 MB/s eta 0:00:00
2023-09-21T12:57:00.3354204Z Collecting numexpr>=2.6.2 (from -r requirements.txt (line 5))
2023-09-21T12:57:00.3356955Z   Obtaining dependency information for numexpr>=2.6.2 from https://files.pythonhosted.org/packages/74/f5/3d0392e5b719e19a84fbcd96f7f38668277d2d32023f229245bc3f983d79/numexpr-2.8.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
2023-09-21T12:57:00.3476999Z   Downloading numexpr-2.8.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.0 kB)
2023-09-21T12:57:00.3532420Z Requirement already satisfied: packaging in /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages (from -r requirements.txt (line 6)) (23.1)
2023-09-21T12:57:00.3857554Z Collecting py-cpuinfo (from -r requirements.txt (line 7))
2023-09-21T12:57:00.3975760Z   Downloading py_cpuinfo-9.0.0-py3-none-any.whl (22 kB)
2023-09-21T12:57:00.4415250Z Downloading Cython-3.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB)
2023-09-21T12:57:00.5098485Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 55.1 MB/s eta 0:00:00
2023-09-21T12:57:00.5243872Z Downloading numpy-1.26.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB)
2023-09-21T12:57:00.6937579Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.2/18.2 MB 82.6 MB/s eta 0:00:00
2023-09-21T12:57:00.7080478Z Downloading numexpr-2.8.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (386 kB)
2023-09-21T12:57:00.7161377Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 386.0/386.0 kB 67.7 MB/s eta 0:00:00
2023-09-21T12:57:00.9260709Z Installing collected packages: py-cpuinfo, numpy, cython, numexpr
2023-09-21T12:57:04.5634386Z Successfully installed cython-3.0.2 numexpr-2.8.6 numpy-1.26.0 py-cpuinfo-9.0.0
2023-09-21T12:57:17.1580623Z Collecting blosc2>=2.2.6
2023-09-21T12:57:17.1583874Z   Obtaining dependency information for blosc2>=2.2.6 from https://files.pythonhosted.org/packages/d3/fc/694d352e8bb4d66ff2b69390fb7fce1d4d647a1b3d9e696c4d1a55339951/blosc2-2.2.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
2023-09-21T12:57:17.2777523Z   Downloading blosc2-2.2.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.1 kB)
2023-09-21T12:57:17.4192122Z Collecting msgpack (from blosc2>=2.2.6)
2023-09-21T12:57:17.4194931Z   Obtaining dependency information for msgpack from https://files.pythonhosted.org/packages/6b/c6/33a44704f8289e9bc8ea1fdac8f876b86fa69246d54cb202b46a36cceed3/msgpack-1.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
2023-09-21T12:57:17.4333275Z   Downloading msgpack-1.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.1 kB)
2023-09-21T12:57:17.5044831Z Collecting ndindex>=1.4 (from blosc2>=2.2.6)
2023-09-21T12:57:17.5192853Z   Downloading ndindex-1.7-py3-none-any.whl (85 kB)
2023-09-21T12:57:17.5444379Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.7/85.7 kB 3.8 MB/s eta 0:00:00
2023-09-21T12:57:17.5553041Z Requirement already satisfied: numpy>=1.20.3 in /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages (from blosc2>=2.2.6) (1.26.0)
2023-09-21T12:57:17.5561553Z Requirement already satisfied: py-cpuinfo in /opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages (from blosc2>=2.2.6) (9.0.0)
2023-09-21T12:57:17.5837760Z Downloading blosc2-2.2.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.3 MB)
2023-09-21T12:57:17.8625544Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 15.5 MB/s eta 0:00:00
2023-09-21T12:57:17.8789683Z Downloading msgpack-1.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (558 kB)
2023-09-21T12:57:17.9004703Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 558.0/558.0 kB 29.3 MB/s eta 0:00:00
2023-09-21T12:57:18.2777076Z Installing collected packages: ndindex, msgpack, blosc2
2023-09-21T12:57:18.5290368Z Successfully installed blosc2-2.2.7 msgpack-1.0.6 ndindex-1.7
2023-09-21T12:57:18.7276478Z ##[group]Run make PYTHON=python dist
2023-09-21T12:57:18.7276986Z [36;1mmake PYTHON=python dist[0m
2023-09-21T12:57:18.7360813Z shell: /usr/bin/bash -e {0}
2023-09-21T12:57:18.7361578Z env:
2023-09-21T12:57:18.7361999Z   pythonLocation: /opt/hostedtoolcache/Python/3.11.5/x64
2023-09-21T12:57:18.7362536Z   PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.11.5/x64/lib/pkgconfig
2023-09-21T12:57:18.7362982Z   Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.5/x64
2023-09-21T12:57:18.7363552Z   Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.5/x64
2023-09-21T12:57:18.7364366Z   Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.5/x64
2023-09-21T12:57:18.7364792Z   LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.11.5/x64/lib
2023-09-21T12:57:18.7365209Z ##[endgroup]
2023-09-21T12:57:18.7572225Z cat "ANNOUNCE.txt.in" | sed -e 's/@VERSION@/3.8.1.dev0/g' > "ANNOUNCE.txt"
2023-09-21T12:57:18.7601719Z # rm -f -r MANIFEST tables/__pycache__ tables/*/__pycache__
2023-09-21T12:57:18.7611593Z # rm -f tables/_comp_*.c tables/*extension.c
2023-09-21T12:57:18.7619487Z # rm -f tables/*.so
2023-09-21T12:57:18.7629691Z python -m build --sdist
2023-09-21T12:57:19.0277545Z * Creating venv isolated environment...
2023-09-21T12:57:24.3647731Z * Installing packages in isolated environment... (Cython >=0.29.32, blosc2 >=2.2.6, numpy, packaging, py-cpuinfo, setuptools >=61.0.0, wheel)
2023-09-21T12:57:31.8418822Z * Getting build dependencies for sdist...
2023-09-21T12:57:33.7834386Z /tmp/blosc_list_compressorsgtlqpwrh.c:1:10: fatal error: blosc.h: No such file or directory
2023-09-21T12:57:33.7835210Z     1 | #include "blosc.h"
2023-09-21T12:57:33.7836121Z       |          ^~~~~~~~~
2023-09-21T12:57:33.7836651Z compilation terminated.
2023-09-21T12:57:36.4416836Z * Using Python 3.11.5 (main, Aug 28 2023, 12:39:56) [GCC 11.4.0]
2023-09-21T12:57:36.4417632Z * Found cython 3.0.2
2023-09-21T12:57:36.4418480Z * USE_PKGCONFIG: True
2023-09-21T12:57:36.4419377Z * pkg-config header dirs for HDF5: /usr/include/hdf5/serial
2023-09-21T12:57:36.4420105Z * pkg-config library dirs for HDF5: /usr/lib/x86_64-linux-gnu/hdf5/serial
2023-09-21T12:57:36.4519030Z * Found HDF5 headers at ``/usr/include/hdf5/serial``, library at ``/usr/lib/x86_64-linux-gnu/hdf5/serial``.
2023-09-21T12:57:36.4519609Z .. WARNING:: Could not find the HDF5 runtime.
2023-09-21T12:57:36.4520033Z    The HDF5 shared library was *not* found in the default library
2023-09-21T12:57:36.4520525Z    paths. In case of runtime problems, please remember to install it.
2023-09-21T12:57:36.4521074Z * Found LZO 2 headers at ``/usr/include``, the library is located in the standard system search dirs.
2023-09-21T12:57:36.4521598Z * Skipping detection of LZO 1 since LZO 2 has already been found.
2023-09-21T12:57:36.4522141Z * Found bzip2 headers at ``/usr/include``, the library is located in the standard system search dirs.
2023-09-21T12:57:36.4522678Z * Could not find blosc headers and library; using internal sources.
2023-09-21T12:57:36.4523175Z * Run 'blosc2_find_directories_hook'
2023-09-21T12:57:36.4523790Z * Found blosc2 headers at ``/tmp/build-env-glpxb7lw/include``, library at ``/tmp/build-env-glpxb7lw/lib``.
2023-09-21T12:57:36.4524527Z   * Copying blosc2 runtime library to 'tables' dir because it was not found in standard locations
2023-09-21T12:57:36.4525043Z Compiling tables/utilsextension.pyx because it changed.
2023-09-21T12:57:36.4525452Z [1/1] Cythonizing tables/utilsextension.pyx
2023-09-21T12:57:37.4100185Z Compiling tables/hdf5extension.pyx because it changed.
2023-09-21T12:57:37.4100999Z [1/1] Cythonizing tables/hdf5extension.pyx
2023-09-21T12:57:38.4179382Z Compiling tables/tableextension.pyx because it changed.
2023-09-21T12:57:38.4180196Z [1/1] Cythonizing tables/tableextension.pyx
2023-09-21T12:57:38.8421981Z Compiling tables/linkextension.pyx because it changed.
2023-09-21T12:57:38.8423053Z [1/1] Cythonizing tables/linkextension.pyx
2023-09-21T12:57:38.8747654Z Compiling tables/_comp_lzo.pyx because it changed.
2023-09-21T12:57:38.8749335Z [1/1] Cythonizing tables/_comp_lzo.pyx
2023-09-21T12:57:38.9062165Z Compiling tables/_comp_bzip2.pyx because it changed.
2023-09-21T12:57:38.9063237Z [1/1] Cythonizing tables/_comp_bzip2.pyx
2023-09-21T12:57:39.3287347Z Compiling tables/lrucacheextension.pyx because it changed.
2023-09-21T12:57:39.3288201Z [1/1] Cythonizing tables/lrucacheextension.pyx
2023-09-21T12:57:39.3518316Z warning: tables/indexesextension.pyx:141:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See https://github.com/cython/cython/issues/4310
2023-09-21T12:57:39.3520953Z warning: tables/indexesextension.pyx:142:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See https://github.com/cython/cython/issues/4310
2023-09-21T12:57:40.3641786Z Compiling tables/indexesextension.pyx because it changed.
2023-09-21T12:57:40.3643015Z [1/1] Cythonizing tables/indexesextension.pyx
2023-09-21T12:57:40.6436033Z * SSE2 detected and enabled
2023-09-21T12:57:40.6436962Z * AVX2 detected and enabled
2023-09-21T12:57:40.6438250Z running egg_info
2023-09-21T12:57:40.6441463Z creating tables.egg-info
2023-09-21T12:57:40.6452142Z writing tables.egg-info/PKG-INFO
2023-09-21T12:57:40.6463148Z writing dependency_links to tables.egg-info/dependency_links.txt
2023-09-21T12:57:40.6467235Z writing entry points to tables.egg-info/entry_points.txt
2023-09-21T12:57:40.6472592Z writing requirements to tables.egg-info/requires.txt
2023-09-21T12:57:40.6473961Z writing top-level names to tables.egg-info/top_level.txt
2023-09-21T12:57:40.6475999Z writing manifest file 'tables.egg-info/SOURCES.txt'
2023-09-21T12:57:40.6570719Z reading manifest file 'tables.egg-info/SOURCES.txt'
2023-09-21T12:57:40.6572345Z reading manifest template 'MANIFEST.in'
2023-09-21T12:57:40.6659341Z warning: no previously-included files matching '*.c' found under directory 'tables'
2023-09-21T12:57:40.6715742Z warning: no files found matching '*.inc' under directory 'c-blosc/blosc'
2023-09-21T12:57:40.6981481Z warning: no files found matching '*.conf' under directory 'doc'
2023-09-21T12:57:40.7037513Z warning: no files found matching '*.*_t' under directory 'doc'
2023-09-21T12:57:40.7107699Z warning: no files found matching '*.js' under directory 'doc'
2023-09-21T12:57:40.7120738Z warning: no files found matching '*.css' under directory 'doc'
2023-09-21T12:57:40.7225695Z warning: no files found matching '*' under directory 'doc/sphinxext'
2023-09-21T12:57:40.7227538Z warning: no previously-included files matching '*' found under directory 'doc/build'
2023-09-21T12:57:40.7279315Z warning: no files found matching '*.h5' under directory 'bench'
2023-09-21T12:57:40.7289483Z adding license file 'LICENSE.txt'
2023-09-21T12:57:40.7346765Z writing manifest file 'tables.egg-info/SOURCES.txt'
2023-09-21T12:57:40.9622313Z * Building sdist...
2023-09-21T12:57:42.4730512Z /tmp/blosc_list_compressors58gvxs0a.c:1:10: fatal error: blosc.h: No such file or directory
2023-09-21T12:57:42.4731308Z     1 | #include "blosc.h"
2023-09-21T12:57:42.4732122Z       |          ^~~~~~~~~
2023-09-21T12:57:42.4732495Z compilation terminated.
2023-09-21T12:57:43.8447868Z * Using Python 3.11.5 (main, Aug 28 2023, 12:39:56) [GCC 11.4.0]
2023-09-21T12:57:43.8448298Z * Found cython 3.0.2
2023-09-21T12:57:43.8448632Z * USE_PKGCONFIG: True
2023-09-21T12:57:43.8452053Z * pkg-config header dirs for HDF5: /usr/include/hdf5/serial
2023-09-21T12:57:43.8453556Z * pkg-config library dirs for HDF5: /usr/lib/x86_64-linux-gnu/hdf5/serial
2023-09-21T12:57:43.8455165Z * Found HDF5 headers at ``/usr/include/hdf5/serial``, library at ``/usr/lib/x86_64-linux-gnu/hdf5/serial``.
2023-09-21T12:57:43.8456350Z .. WARNING:: Could not find the HDF5 runtime.
2023-09-21T12:57:43.8457296Z    The HDF5 shared library was *not* found in the default library
2023-09-21T12:57:43.8458534Z    paths. In case of runtime problems, please remember to install it.
2023-09-21T12:57:43.8459544Z * Found LZO 2 headers at ``/usr/include``, the library is located in the standard system search dirs.
2023-09-21T12:57:43.8460104Z * Skipping detection of LZO 1 since LZO 2 has already been found.
2023-09-21T12:57:43.8460672Z * Found bzip2 headers at ``/usr/include``, the library is located in the standard system search dirs.
2023-09-21T12:57:43.8461213Z * Could not find blosc headers and library; using internal sources.
2023-09-21T12:57:43.8461860Z * Run 'blosc2_find_directories_hook'
2023-09-21T12:57:43.8462477Z * Found blosc2 headers at ``/tmp/build-env-glpxb7lw/include``, library at ``/tmp/build-env-glpxb7lw/lib``.
2023-09-21T12:57:43.8463204Z   * Copying blosc2 runtime library to 'tables' dir because it was not found in standard locations
2023-09-21T12:57:43.8463651Z * SSE2 detected and enabled
2023-09-21T12:57:43.8463944Z * AVX2 detected and enabled
2023-09-21T12:57:43.8464230Z running sdist
2023-09-21T12:57:43.8464750Z running egg_info
2023-09-21T12:57:43.8492395Z writing tables.egg-info/PKG-INFO
2023-09-21T12:57:43.8505128Z writing dependency_links to tables.egg-info/dependency_links.txt
2023-09-21T12:57:43.8508841Z writing entry points to tables.egg-info/entry_points.txt
2023-09-21T12:57:43.8514174Z writing requirements to tables.egg-info/requires.txt
2023-09-21T12:57:43.8516525Z writing top-level names to tables.egg-info/top_level.txt
2023-09-21T12:57:43.8615221Z reading manifest file 'tables.egg-info/SOURCES.txt'
2023-09-21T12:57:43.8647228Z reading manifest template 'MANIFEST.in'
2023-09-21T12:57:43.8743311Z warning: no previously-included files matching '*.c' found under directory 'tables'
2023-09-21T12:57:43.8799789Z warning: no files found matching '*.inc' under directory 'c-blosc/blosc'
2023-09-21T12:57:43.9068260Z warning: no files found matching '*.conf' under directory 'doc'
2023-09-21T12:57:43.9123336Z warning: no files found matching '*.*_t' under directory 'doc'
2023-09-21T12:57:43.9177380Z warning: no files found matching '*.js' under directory 'doc'
2023-09-21T12:57:43.9207237Z warning: no files found matching '*.css' under directory 'doc'
2023-09-21T12:57:43.9311564Z warning: no files found matching '*' under directory 'doc/sphinxext'
2023-09-21T12:57:43.9314263Z warning: no previously-included files matching '*' found under directory 'doc/build'
2023-09-21T12:57:43.9364426Z warning: no files found matching '*.h5' under directory 'bench'
2023-09-21T12:57:43.9375637Z adding license file 'LICENSE.txt'
2023-09-21T12:57:43.9433847Z writing manifest file 'tables.egg-info/SOURCES.txt'
2023-09-21T12:57:43.9437259Z running check
2023-09-21T12:57:43.9456732Z creating tables-3.8.1.dev0
2023-09-21T12:57:43.9469801Z creating tables-3.8.1.dev0/LICENSES
2023-09-21T12:57:43.9471418Z creating tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9472099Z creating tables-3.8.1.dev0/c-blosc
2023-09-21T12:57:43.9472522Z creating tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9473545Z creating tables-3.8.1.dev0/c-blosc/blosc/win32
2023-09-21T12:57:43.9474876Z creating tables-3.8.1.dev0/c-blosc/internal-complibs
2023-09-21T12:57:43.9475827Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/lz4-1.9.4
2023-09-21T12:57:43.9476694Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9477296Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib
2023-09-21T12:57:43.9477882Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/blast
2023-09-21T12:57:43.9479567Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/infback9
2023-09-21T12:57:43.9480201Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/iostream
2023-09-21T12:57:43.9481625Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/iostream2
2023-09-21T12:57:43.9482273Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/iostream3
2023-09-21T12:57:43.9483664Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip
2023-09-21T12:57:43.9484616Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/puff
2023-09-21T12:57:43.9485226Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/testzlib
2023-09-21T12:57:43.9485856Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/untgz
2023-09-21T12:57:43.9486823Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/examples
2023-09-21T12:57:43.9487703Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/test
2023-09-21T12:57:43.9488249Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5
2023-09-21T12:57:43.9488815Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9489870Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9491215Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/decompress
2023-09-21T12:57:43.9491811Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/deprecated
2023-09-21T12:57:43.9492416Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder
2023-09-21T12:57:43.9492998Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/legacy
2023-09-21T12:57:43.9493688Z creating tables-3.8.1.dev0/contrib
2023-09-21T12:57:43.9494426Z creating tables-3.8.1.dev0/doc
2023-09-21T12:57:43.9495120Z creating tables-3.8.1.dev0/doc/scripts
2023-09-21T12:57:43.9495508Z creating tables-3.8.1.dev0/doc/source
2023-09-21T12:57:43.9495938Z creating tables-3.8.1.dev0/doc/source/_static
2023-09-21T12:57:43.9496393Z creating tables-3.8.1.dev0/doc/source/_templates
2023-09-21T12:57:43.9497156Z creating tables-3.8.1.dev0/doc/source/cookbook
2023-09-21T12:57:43.9497922Z creating tables-3.8.1.dev0/doc/source/cookbook/py2exe_howto
2023-09-21T12:57:43.9498399Z creating tables-3.8.1.dev0/doc/source/images
2023-09-21T12:57:43.9498859Z creating tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:43.9499612Z creating tables-3.8.1.dev0/doc/source/usersguide
2023-09-21T12:57:43.9500419Z creating tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:43.9500915Z creating tables-3.8.1.dev0/doc/source/usersguide/libref
2023-09-21T12:57:43.9501629Z creating tables-3.8.1.dev0/examples
2023-09-21T12:57:43.9502353Z creating tables-3.8.1.dev0/hdf5-blosc
2023-09-21T12:57:43.9502775Z creating tables-3.8.1.dev0/hdf5-blosc/src
2023-09-21T12:57:43.9503498Z creating tables-3.8.1.dev0/hdf5-blosc2
2023-09-21T12:57:43.9503905Z creating tables-3.8.1.dev0/hdf5-blosc2/src
2023-09-21T12:57:43.9504801Z creating tables-3.8.1.dev0/src
2023-09-21T12:57:43.9505471Z creating tables-3.8.1.dev0/tables
2023-09-21T12:57:43.9507617Z creating tables-3.8.1.dev0/tables.egg-info
2023-09-21T12:57:43.9508861Z creating tables-3.8.1.dev0/tables/misc
2023-09-21T12:57:43.9509561Z creating tables-3.8.1.dev0/tables/nodes
2023-09-21T12:57:43.9510271Z creating tables-3.8.1.dev0/tables/nodes/tests
2023-09-21T12:57:43.9510974Z creating tables-3.8.1.dev0/tables/scripts
2023-09-21T12:57:43.9511394Z creating tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:43.9512363Z creating tables-3.8.1.dev0/utils
2023-09-21T12:57:43.9512755Z copying files to tables-3.8.1.dev0...
2023-09-21T12:57:43.9513734Z copying ANNOUNCE.txt -> tables-3.8.1.dev0
2023-09-21T12:57:43.9515575Z copying LICENSE.txt -> tables-3.8.1.dev0
2023-09-21T12:57:43.9517066Z copying MANIFEST.in -> tables-3.8.1.dev0
2023-09-21T12:57:43.9518483Z copying Makefile -> tables-3.8.1.dev0
2023-09-21T12:57:43.9519871Z copying README.rst -> tables-3.8.1.dev0
2023-09-21T12:57:43.9521356Z copying THANKS -> tables-3.8.1.dev0
2023-09-21T12:57:43.9522768Z copying pyproject.toml -> tables-3.8.1.dev0
2023-09-21T12:57:43.9524253Z copying requirements.txt -> tables-3.8.1.dev0
2023-09-21T12:57:43.9525627Z copying setup.py -> tables-3.8.1.dev0
2023-09-21T12:57:43.9527918Z copying LICENSES/BLOSC.txt -> tables-3.8.1.dev0/LICENSES
2023-09-21T12:57:43.9529191Z copying LICENSES/CLOUD-SPTHEME.txt -> tables-3.8.1.dev0/LICENSES
2023-09-21T12:57:43.9530538Z copying LICENSES/FASTLZ.txt -> tables-3.8.1.dev0/LICENSES
2023-09-21T12:57:43.9532176Z copying LICENSES/H5PY.txt -> tables-3.8.1.dev0/LICENSES
2023-09-21T12:57:43.9533329Z copying LICENSES/HDF5.txt -> tables-3.8.1.dev0/LICENSES
2023-09-21T12:57:43.9534696Z copying LICENSES/LZ4.txt -> tables-3.8.1.dev0/LICENSES
2023-09-21T12:57:43.9536028Z copying LICENSES/SNAPPY.txt -> tables-3.8.1.dev0/LICENSES
2023-09-21T12:57:43.9537340Z copying LICENSES/STDINT.txt -> tables-3.8.1.dev0/LICENSES
2023-09-21T12:57:43.9538712Z copying LICENSES/WIN32PTHREADS.txt -> tables-3.8.1.dev0/LICENSES
2023-09-21T12:57:43.9540008Z copying LICENSES/ZLIB.txt -> tables-3.8.1.dev0/LICENSES
2023-09-21T12:57:43.9541341Z copying LICENSES/ZSTD.TXT -> tables-3.8.1.dev0/LICENSES
2023-09-21T12:57:43.9542693Z copying bench/100-trillion-baby.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9544040Z copying bench/LRU-experiments.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9545570Z copying bench/LRU-experiments2.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9546998Z copying bench/LRUcache-node-bench.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9548340Z copying bench/bench-postgres-ranges.sh -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9549722Z copying bench/bench-pytables-ranges.sh -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9551056Z copying bench/bench-pytables.sh -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9552366Z copying bench/blosc.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9553789Z copying bench/bsddb-table-bench.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9555146Z copying bench/cacheout.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9556509Z copying bench/chunkshape-bench.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9557841Z copying bench/chunkshape-testing.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9559129Z copying bench/collations.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9560436Z copying bench/copy-bench.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9561847Z copying bench/create-large-number-objects.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9563115Z copying bench/deep-tree-h5py.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9564396Z copying bench/deep-tree.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9565714Z copying bench/evaluate.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9567108Z copying bench/expression.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9568493Z copying bench/fetch_meteo_data.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9569881Z copying bench/get-figures-ranges.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9571316Z copying bench/get-figures.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9572768Z copying bench/indexed_search.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9574295Z copying bench/keysort.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9575662Z copying bench/lookup_bench.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9577067Z copying bench/open_close-bench.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9578745Z copying bench/opteron-stress-test.txt -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9580109Z copying bench/optimal-chunksize.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9581404Z copying bench/plot-bar.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9582836Z copying bench/plot-comparison-lzo-zlib-ucl.gnuplot -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9584189Z copying bench/plot-comparison-psyco-lzo.gnuplot -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9585749Z copying bench/poly.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9587281Z copying bench/postgres-search-bench.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9588771Z copying bench/postgres_backend.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9590217Z copying bench/pytables-search-bench.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9591585Z copying bench/pytables_backend.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9592944Z copying bench/query_meteo_data.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9594375Z copying bench/read-table.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9595915Z copying bench/recarray2-test.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9597108Z copying bench/search-bench-plot.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9598466Z copying bench/search-bench-rnd.sh -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9599789Z copying bench/search-bench.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9601321Z copying bench/search-bench.sh -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9602751Z copying bench/searchsorted-bench.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9604184Z copying bench/searchsorted-bench2.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9605621Z copying bench/shelve-bench.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9607057Z copying bench/simple-table.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9608394Z copying bench/split-file.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9609772Z copying bench/sqlite-search-bench-rnd.sh -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9611119Z copying bench/sqlite-search-bench.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9612588Z copying bench/sqlite-search-bench.sh -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9613904Z copying bench/sqlite3-search-bench.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9615289Z copying bench/stress-test.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9616762Z copying bench/stress-test2.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9618160Z copying bench/stress-test3.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9619520Z copying bench/table-bench.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9621017Z copying bench/table-copy.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9622348Z copying bench/undo_redo.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9623742Z copying bench/undo_redo.txt -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9625349Z copying bench/widetree.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9626808Z copying bench/widetree2.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9628200Z copying bench/woody-pentiumIV.txt -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9629739Z copying c-blosc/blosc/bitshuffle-avx2.c -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9631176Z copying c-blosc/blosc/bitshuffle-avx2.h -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9632634Z copying c-blosc/blosc/bitshuffle-generic.c -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9634013Z copying c-blosc/blosc/bitshuffle-generic.h -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9635412Z copying c-blosc/blosc/bitshuffle-sse2.c -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9636951Z copying c-blosc/blosc/bitshuffle-sse2.h -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9638290Z copying c-blosc/blosc/blosc-common.h -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9639725Z copying c-blosc/blosc/blosc-comp-features.h -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9641006Z copying c-blosc/blosc/blosc-export.h -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9642295Z copying c-blosc/blosc/blosc.c -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9644681Z copying c-blosc/blosc/blosc.h -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9646158Z copying c-blosc/blosc/blosclz.c -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9647735Z copying c-blosc/blosc/blosclz.h -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9649076Z copying c-blosc/blosc/fastcopy.c -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9650652Z copying c-blosc/blosc/fastcopy.h -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9652035Z copying c-blosc/blosc/shuffle-avx2.c -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9653678Z copying c-blosc/blosc/shuffle-avx2.h -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9655025Z copying c-blosc/blosc/shuffle-generic.c -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9656426Z copying c-blosc/blosc/shuffle-generic.h -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9657751Z copying c-blosc/blosc/shuffle-sse2.c -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9659735Z copying c-blosc/blosc/shuffle-sse2.h -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9660860Z copying c-blosc/blosc/shuffle.c -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9662385Z copying c-blosc/blosc/shuffle.h -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9663893Z copying c-blosc/blosc/win32/pthread.c -> tables-3.8.1.dev0/c-blosc/blosc/win32
2023-09-21T12:57:43.9665576Z copying c-blosc/blosc/win32/pthread.h -> tables-3.8.1.dev0/c-blosc/blosc/win32
2023-09-21T12:57:43.9666980Z copying c-blosc/blosc/win32/stdint-windows.h -> tables-3.8.1.dev0/c-blosc/blosc/win32
2023-09-21T12:57:43.9668485Z copying c-blosc/internal-complibs/lz4-1.9.4/lz4.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/lz4-1.9.4
2023-09-21T12:57:43.9671265Z copying c-blosc/internal-complibs/lz4-1.9.4/lz4.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/lz4-1.9.4
2023-09-21T12:57:43.9673000Z copying c-blosc/internal-complibs/lz4-1.9.4/lz4hc.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/lz4-1.9.4
2023-09-21T12:57:43.9675361Z copying c-blosc/internal-complibs/lz4-1.9.4/lz4hc.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/lz4-1.9.4
2023-09-21T12:57:43.9676818Z copying c-blosc/internal-complibs/zlib-1.2.13/adler32.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9678418Z copying c-blosc/internal-complibs/zlib-1.2.13/compress.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9679752Z copying c-blosc/internal-complibs/zlib-1.2.13/crc32.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9681335Z copying c-blosc/internal-complibs/zlib-1.2.13/crc32.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9689722Z copying c-blosc/internal-complibs/zlib-1.2.13/deflate.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9692215Z copying c-blosc/internal-complibs/zlib-1.2.13/deflate.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9693706Z copying c-blosc/internal-complibs/zlib-1.2.13/gzclose.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9695068Z copying c-blosc/internal-complibs/zlib-1.2.13/gzguts.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9696522Z copying c-blosc/internal-complibs/zlib-1.2.13/gzlib.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9698345Z copying c-blosc/internal-complibs/zlib-1.2.13/gzread.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9699937Z copying c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9701514Z copying c-blosc/internal-complibs/zlib-1.2.13/infback.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9703153Z copying c-blosc/internal-complibs/zlib-1.2.13/inffast.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9704723Z copying c-blosc/internal-complibs/zlib-1.2.13/inffast.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9706580Z copying c-blosc/internal-complibs/zlib-1.2.13/inffixed.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9708022Z copying c-blosc/internal-complibs/zlib-1.2.13/inflate.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9710143Z copying c-blosc/internal-complibs/zlib-1.2.13/inflate.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9711608Z copying c-blosc/internal-complibs/zlib-1.2.13/inftrees.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9713061Z copying c-blosc/internal-complibs/zlib-1.2.13/inftrees.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9714451Z copying c-blosc/internal-complibs/zlib-1.2.13/trees.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9716547Z copying c-blosc/internal-complibs/zlib-1.2.13/trees.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9717915Z copying c-blosc/internal-complibs/zlib-1.2.13/uncompr.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9719218Z copying c-blosc/internal-complibs/zlib-1.2.13/zconf.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9720699Z copying c-blosc/internal-complibs/zlib-1.2.13/zlib.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9723264Z copying c-blosc/internal-complibs/zlib-1.2.13/zutil.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9724611Z copying c-blosc/internal-complibs/zlib-1.2.13/zutil.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9726145Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/blast/blast.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/blast
2023-09-21T12:57:43.9727848Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/blast/blast.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/blast
2023-09-21T12:57:43.9729296Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/infback9/infback9.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/infback9
2023-09-21T12:57:43.9731029Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/infback9/infback9.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/infback9
2023-09-21T12:57:43.9732481Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/infback9/inffix9.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/infback9
2023-09-21T12:57:43.9733934Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/infback9/inflate9.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/infback9
2023-09-21T12:57:43.9735355Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/infback9/inftree9.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/infback9
2023-09-21T12:57:43.9736890Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/infback9/inftree9.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/infback9
2023-09-21T12:57:43.9738352Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/iostream/zfstream.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/iostream
2023-09-21T12:57:43.9739802Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/iostream2/zstream.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/iostream2
2023-09-21T12:57:43.9741245Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/iostream3/test.cc -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/iostream3
2023-09-21T12:57:43.9742697Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/iostream3/zfstream.cc -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/iostream3
2023-09-21T12:57:43.9744142Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/iostream3/zfstream.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/iostream3
2023-09-21T12:57:43.9746072Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip/crypt.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip
2023-09-21T12:57:43.9747589Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip/ioapi.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip
2023-09-21T12:57:43.9749103Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip/ioapi.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip
2023-09-21T12:57:43.9750528Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip/iowin32.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip
2023-09-21T12:57:43.9752044Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip/iowin32.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip
2023-09-21T12:57:43.9753640Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip/miniunz.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip
2023-09-21T12:57:43.9755112Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip/minizip.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip
2023-09-21T12:57:43.9756551Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip/mztools.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip
2023-09-21T12:57:43.9757978Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip/mztools.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip
2023-09-21T12:57:43.9759374Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip/unzip.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip
2023-09-21T12:57:43.9761700Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip/unzip.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip
2023-09-21T12:57:43.9763242Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip/zip.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip
2023-09-21T12:57:43.9765626Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip/zip.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip
2023-09-21T12:57:43.9767250Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/puff/puff.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/puff
2023-09-21T12:57:43.9768944Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/puff/puff.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/puff
2023-09-21T12:57:43.9770341Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/puff/pufftest.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/puff
2023-09-21T12:57:43.9771809Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/testzlib/testzlib.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/testzlib
2023-09-21T12:57:43.9773252Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/untgz/untgz.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/untgz
2023-09-21T12:57:43.9774928Z copying c-blosc/internal-complibs/zlib-1.2.13/examples/enough.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/examples
2023-09-21T12:57:43.9776675Z copying c-blosc/internal-complibs/zlib-1.2.13/examples/fitblk.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/examples
2023-09-21T12:57:43.9778121Z copying c-blosc/internal-complibs/zlib-1.2.13/examples/gun.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/examples
2023-09-21T12:57:43.9779804Z copying c-blosc/internal-complibs/zlib-1.2.13/examples/gzappend.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/examples
2023-09-21T12:57:43.9781334Z copying c-blosc/internal-complibs/zlib-1.2.13/examples/gzjoin.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/examples
2023-09-21T12:57:43.9782816Z copying c-blosc/internal-complibs/zlib-1.2.13/examples/gzlog.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/examples
2023-09-21T12:57:43.9784751Z copying c-blosc/internal-complibs/zlib-1.2.13/examples/gzlog.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/examples
2023-09-21T12:57:43.9786405Z copying c-blosc/internal-complibs/zlib-1.2.13/examples/gznorm.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/examples
2023-09-21T12:57:43.9788031Z copying c-blosc/internal-complibs/zlib-1.2.13/examples/zpipe.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/examples
2023-09-21T12:57:43.9789456Z copying c-blosc/internal-complibs/zlib-1.2.13/examples/zran.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/examples
2023-09-21T12:57:43.9791026Z copying c-blosc/internal-complibs/zlib-1.2.13/examples/zran.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/examples
2023-09-21T12:57:43.9792363Z copying c-blosc/internal-complibs/zlib-1.2.13/test/example.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/test
2023-09-21T12:57:43.9794120Z copying c-blosc/internal-complibs/zlib-1.2.13/test/infcover.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/test
2023-09-21T12:57:43.9795642Z copying c-blosc/internal-complibs/zlib-1.2.13/test/minigzip.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/test
2023-09-21T12:57:43.9797153Z copying c-blosc/internal-complibs/zstd-1.5.5/zdict.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5
2023-09-21T12:57:43.9798997Z copying c-blosc/internal-complibs/zstd-1.5.5/zstd.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5
2023-09-21T12:57:43.9802549Z copying c-blosc/internal-complibs/zstd-1.5.5/zstd_errors.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5
2023-09-21T12:57:43.9803940Z copying c-blosc/internal-complibs/zstd-1.5.5/common/allocations.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9805335Z copying c-blosc/internal-complibs/zstd-1.5.5/common/bits.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9806789Z copying c-blosc/internal-complibs/zstd-1.5.5/common/bitstream.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9808287Z copying c-blosc/internal-complibs/zstd-1.5.5/common/compiler.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9809877Z copying c-blosc/internal-complibs/zstd-1.5.5/common/cpu.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9811252Z copying c-blosc/internal-complibs/zstd-1.5.5/common/debug.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9812598Z copying c-blosc/internal-complibs/zstd-1.5.5/common/debug.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9813976Z copying c-blosc/internal-complibs/zstd-1.5.5/common/entropy_common.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9815362Z copying c-blosc/internal-complibs/zstd-1.5.5/common/error_private.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9816750Z copying c-blosc/internal-complibs/zstd-1.5.5/common/error_private.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9818139Z copying c-blosc/internal-complibs/zstd-1.5.5/common/fse.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9819904Z copying c-blosc/internal-complibs/zstd-1.5.5/common/fse_decompress.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9821272Z copying c-blosc/internal-complibs/zstd-1.5.5/common/huf.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9822835Z copying c-blosc/internal-complibs/zstd-1.5.5/common/mem.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9824320Z copying c-blosc/internal-complibs/zstd-1.5.5/common/pool.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9826129Z copying c-blosc/internal-complibs/zstd-1.5.5/common/pool.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9827554Z copying c-blosc/internal-complibs/zstd-1.5.5/common/portability_macros.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9828953Z copying c-blosc/internal-complibs/zstd-1.5.5/common/threading.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9830294Z copying c-blosc/internal-complibs/zstd-1.5.5/common/threading.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9831772Z copying c-blosc/internal-complibs/zstd-1.5.5/common/xxhash.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9833149Z copying c-blosc/internal-complibs/zstd-1.5.5/common/xxhash.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9837302Z copying c-blosc/internal-complibs/zstd-1.5.5/common/zstd_common.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9838717Z copying c-blosc/internal-complibs/zstd-1.5.5/common/zstd_deps.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9840080Z copying c-blosc/internal-complibs/zstd-1.5.5/common/zstd_internal.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9841448Z copying c-blosc/internal-complibs/zstd-1.5.5/common/zstd_trace.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9842833Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/clevels.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9844340Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/fse_compress.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9845947Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/hist.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9847393Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/hist.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9848765Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/huf_compress.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9850877Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9856005Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_internal.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9858038Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_literals.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9859546Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_literals.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9860988Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_sequences.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9862478Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_sequences.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9863938Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_superblock.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9865895Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_superblock.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9867299Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_cwksp.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9868987Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_double_fast.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9870796Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_double_fast.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9872186Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_fast.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9873899Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_fast.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9875260Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_lazy.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9877947Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_lazy.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9879319Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_ldm.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9881166Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_ldm.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9882583Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_ldm_geartab.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9883961Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_opt.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9886079Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_opt.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9887498Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9889740Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9891247Z copying c-blosc/internal-complibs/zstd-1.5.5/decompress/huf_decompress.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/decompress
2023-09-21T12:57:43.9893578Z copying c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_ddict.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/decompress
2023-09-21T12:57:43.9895189Z copying c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_ddict.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/decompress
2023-09-21T12:57:43.9896612Z copying c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/decompress
2023-09-21T12:57:43.9898816Z copying c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress_block.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/decompress
2023-09-21T12:57:43.9901459Z copying c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress_block.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/decompress
2023-09-21T12:57:43.9902919Z copying c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress_internal.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/decompress
2023-09-21T12:57:43.9904461Z copying c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/deprecated
2023-09-21T12:57:43.9905976Z copying c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_common.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/deprecated
2023-09-21T12:57:43.9907398Z copying c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_compress.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/deprecated
2023-09-21T12:57:43.9908832Z copying c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_decompress.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/deprecated
2023-09-21T12:57:43.9910237Z copying c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/cover.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder
2023-09-21T12:57:43.9911993Z copying c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/cover.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder
2023-09-21T12:57:43.9913396Z copying c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/divsufsort.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder
2023-09-21T12:57:43.9915366Z copying c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/divsufsort.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder
2023-09-21T12:57:43.9916819Z copying c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/fastcover.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder
2023-09-21T12:57:43.9918404Z copying c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/zdict.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder
2023-09-21T12:57:43.9920266Z copying c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_legacy.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/legacy
2023-09-21T12:57:43.9921943Z copying c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/legacy
2023-09-21T12:57:43.9923947Z copying c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/legacy
2023-09-21T12:57:43.9925316Z copying c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v02.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/legacy
2023-09-21T12:57:43.9928160Z copying c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v02.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/legacy
2023-09-21T12:57:43.9929515Z copying c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v03.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/legacy
2023-09-21T12:57:43.9932306Z copying c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v03.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/legacy
2023-09-21T12:57:43.9933678Z copying c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v04.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/legacy
2023-09-21T12:57:43.9936568Z copying c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v04.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/legacy
2023-09-21T12:57:43.9937962Z copying c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v05.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/legacy
2023-09-21T12:57:43.9941308Z copying c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v05.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/legacy
2023-09-21T12:57:43.9942660Z copying c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v06.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/legacy
2023-09-21T12:57:43.9946449Z copying c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v06.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/legacy
2023-09-21T12:57:43.9947877Z copying c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v07.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/legacy
2023-09-21T12:57:43.9951527Z copying c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v07.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/legacy
2023-09-21T12:57:43.9952778Z copying contrib/README -> tables-3.8.1.dev0/contrib
2023-09-21T12:57:43.9954205Z copying contrib/make_hdf.py -> tables-3.8.1.dev0/contrib
2023-09-21T12:57:43.9955607Z copying contrib/nctoh5.py -> tables-3.8.1.dev0/contrib
2023-09-21T12:57:43.9956936Z copying doc/Makefile -> tables-3.8.1.dev0/doc
2023-09-21T12:57:43.9958317Z copying doc/make.bat -> tables-3.8.1.dev0/doc
2023-09-21T12:57:43.9959813Z copying doc/scripts/filenode.py -> tables-3.8.1.dev0/doc/scripts
2023-09-21T12:57:43.9961177Z copying doc/scripts/pickletrouble.py -> tables-3.8.1.dev0/doc/scripts
2023-09-21T12:57:43.9962478Z copying doc/scripts/tutorial1.py -> tables-3.8.1.dev0/doc/scripts
2023-09-21T12:57:43.9963858Z copying doc/source/FAQ.rst -> tables-3.8.1.dev0/doc/source
2023-09-21T12:57:43.9965515Z copying doc/source/MIGRATING_TO_2.x.rst -> tables-3.8.1.dev0/doc/source
2023-09-21T12:57:43.9966940Z copying doc/source/MIGRATING_TO_3.x.rst -> tables-3.8.1.dev0/doc/source
2023-09-21T12:57:43.9968628Z copying doc/source/conf.py -> tables-3.8.1.dev0/doc/source
2023-09-21T12:57:43.9970063Z copying doc/source/dev_team.rst -> tables-3.8.1.dev0/doc/source
2023-09-21T12:57:43.9971410Z copying doc/source/development.rst -> tables-3.8.1.dev0/doc/source
2023-09-21T12:57:43.9972744Z copying doc/source/downloads.rst -> tables-3.8.1.dev0/doc/source
2023-09-21T12:57:43.9974089Z copying doc/source/index.rst -> tables-3.8.1.dev0/doc/source
2023-09-21T12:57:43.9975470Z copying doc/source/other_material.rst -> tables-3.8.1.dev0/doc/source
2023-09-21T12:57:43.9976890Z copying doc/source/project_pointers.rst -> tables-3.8.1.dev0/doc/source
2023-09-21T12:57:43.9978252Z copying doc/source/release_notes.rst -> tables-3.8.1.dev0/doc/source
2023-09-21T12:57:43.9979760Z copying doc/source/_static/logo-pytables-small.png -> tables-3.8.1.dev0/doc/source/_static
2023-09-21T12:57:43.9981371Z copying doc/source/_templates/layout.html -> tables-3.8.1.dev0/doc/source/_templates
2023-09-21T12:57:43.9982973Z copying doc/source/cookbook/custom_data_types.rst -> tables-3.8.1.dev0/doc/source/cookbook
2023-09-21T12:57:43.9984214Z copying doc/source/cookbook/hints_for_sql_users.rst -> tables-3.8.1.dev0/doc/source/cookbook
2023-09-21T12:57:43.9986037Z copying doc/source/cookbook/index.rst -> tables-3.8.1.dev0/doc/source/cookbook
2023-09-21T12:57:43.9987443Z copying doc/source/cookbook/inmemory_hdf5_files.rst -> tables-3.8.1.dev0/doc/source/cookbook
2023-09-21T12:57:43.9988814Z copying doc/source/cookbook/no_root_install.rst -> tables-3.8.1.dev0/doc/source/cookbook
2023-09-21T12:57:43.9990200Z copying doc/source/cookbook/py2exe_howto.rst -> tables-3.8.1.dev0/doc/source/cookbook
2023-09-21T12:57:43.9991517Z copying doc/source/cookbook/simple_table.rst -> tables-3.8.1.dev0/doc/source/cookbook
2023-09-21T12:57:43.9992945Z copying doc/source/cookbook/tailoring_atexit_hooks.rst -> tables-3.8.1.dev0/doc/source/cookbook
2023-09-21T12:57:43.9994247Z copying doc/source/cookbook/threading.rst -> tables-3.8.1.dev0/doc/source/cookbook
2023-09-21T12:57:43.9995860Z copying doc/source/cookbook/py2exe_howto/pytables_test.py -> tables-3.8.1.dev0/doc/source/cookbook/py2exe_howto
2023-09-21T12:57:43.9997181Z copying doc/source/images/NumFocusSponsoredStamp.png -> tables-3.8.1.dev0/doc/source/images
2023-09-21T12:57:43.9998613Z copying doc/source/images/favicon.ico -> tables-3.8.1.dev0/doc/source/images
2023-09-21T12:57:44.0000065Z copying doc/source/release-notes/RELEASE_NOTES_v0.7.1.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0001540Z copying doc/source/release-notes/RELEASE_NOTES_v0.7.2.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0002856Z copying doc/source/release-notes/RELEASE_NOTES_v0.8.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0004253Z copying doc/source/release-notes/RELEASE_NOTES_v0.9.1.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0005615Z copying doc/source/release-notes/RELEASE_NOTES_v0.9.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0007005Z copying doc/source/release-notes/RELEASE_NOTES_v1.0.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0008360Z copying doc/source/release-notes/RELEASE_NOTES_v1.1.1.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0009690Z copying doc/source/release-notes/RELEASE_NOTES_v1.1.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0011022Z copying doc/source/release-notes/RELEASE_NOTES_v1.2.1.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0012338Z copying doc/source/release-notes/RELEASE_NOTES_v1.2.2.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0013756Z copying doc/source/release-notes/RELEASE_NOTES_v1.2.3.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0015075Z copying doc/source/release-notes/RELEASE_NOTES_v1.2.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0016434Z copying doc/source/release-notes/RELEASE_NOTES_v1.3.1.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0017774Z copying doc/source/release-notes/RELEASE_NOTES_v1.3.2.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0019104Z copying doc/source/release-notes/RELEASE_NOTES_v1.3.3.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0020437Z copying doc/source/release-notes/RELEASE_NOTES_v1.3.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0021839Z copying doc/source/release-notes/RELEASE_NOTES_v1.4.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0023229Z copying doc/source/release-notes/RELEASE_NOTES_v2.0.x-pro.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0024914Z copying doc/source/release-notes/RELEASE_NOTES_v2.0.x.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0026927Z copying doc/source/release-notes/RELEASE_NOTES_v2.1.x-pro.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0028498Z copying doc/source/release-notes/RELEASE_NOTES_v2.1.x.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0029792Z copying doc/source/release-notes/RELEASE_NOTES_v2.2.x-pro.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0031147Z copying doc/source/release-notes/RELEASE_NOTES_v2.2.x.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0032994Z copying doc/source/release-notes/RELEASE_NOTES_v2.3.x.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0034414Z copying doc/source/release-notes/RELEASE_NOTES_v2.4.x.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0035925Z copying doc/source/release-notes/RELEASE_NOTES_v3.0.x.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0037444Z copying doc/source/release-notes/RELEASE_NOTES_v3.1.x.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0038867Z copying doc/source/release-notes/RELEASE_NOTES_v3.2.x.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0040302Z copying doc/source/release-notes/RELEASE_NOTES_v3.3.x.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0041644Z copying doc/source/release-notes/RELEASE_NOTES_v3.4.x.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0043071Z copying doc/source/release-notes/RELEASE_NOTES_v3.5.x.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0044303Z copying doc/source/release-notes/RELEASE_NOTES_v3.6.x.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0045682Z copying doc/source/release-notes/RELEASE_NOTES_v3.7.x.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0047055Z copying doc/source/release-notes/RELEASE_NOTES_v3.8.x.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0048452Z copying doc/source/usersguide/bibliography.rst -> tables-3.8.1.dev0/doc/source/usersguide
2023-09-21T12:57:44.0049885Z copying doc/source/usersguide/condition_syntax.rst -> tables-3.8.1.dev0/doc/source/usersguide
2023-09-21T12:57:44.0051308Z copying doc/source/usersguide/datatypes.rst -> tables-3.8.1.dev0/doc/source/usersguide
2023-09-21T12:57:44.0052660Z copying doc/source/usersguide/file_format.rst -> tables-3.8.1.dev0/doc/source/usersguide
2023-09-21T12:57:44.0054135Z copying doc/source/usersguide/filenode.rst -> tables-3.8.1.dev0/doc/source/usersguide
2023-09-21T12:57:44.0055596Z copying doc/source/usersguide/index.rst -> tables-3.8.1.dev0/doc/source/usersguide
2023-09-21T12:57:44.0057000Z copying doc/source/usersguide/installation.rst -> tables-3.8.1.dev0/doc/source/usersguide
2023-09-21T12:57:44.0058605Z copying doc/source/usersguide/introduction.rst -> tables-3.8.1.dev0/doc/source/usersguide
2023-09-21T12:57:44.0060089Z copying doc/source/usersguide/libref.rst -> tables-3.8.1.dev0/doc/source/usersguide
2023-09-21T12:57:44.0061416Z copying doc/source/usersguide/optimization.rst -> tables-3.8.1.dev0/doc/source/usersguide
2023-09-21T12:57:44.0063493Z copying doc/source/usersguide/parameter_files.rst -> tables-3.8.1.dev0/doc/source/usersguide
2023-09-21T12:57:44.0064879Z copying doc/source/usersguide/tutorials.rst -> tables-3.8.1.dev0/doc/source/usersguide
2023-09-21T12:57:44.0067828Z copying doc/source/usersguide/usersguide.rst -> tables-3.8.1.dev0/doc/source/usersguide
2023-09-21T12:57:44.0069038Z copying doc/source/usersguide/utilities.rst -> tables-3.8.1.dev0/doc/source/usersguide
2023-09-21T12:57:44.0070512Z copying doc/source/usersguide/images/Q7-10m-noidx.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0073018Z copying doc/source/usersguide/images/Q8-1g-idx-SSD.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0075609Z copying doc/source/usersguide/images/Q8-1g-idx-compress.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0078070Z copying doc/source/usersguide/images/Q8-1g-idx-optlevels.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0080860Z copying doc/source/usersguide/images/Q8-1g-idx-sorted.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0083250Z copying doc/source/usersguide/images/Q8-1g-noidx.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0085680Z copying doc/source/usersguide/images/compressed-recordsize-shuffle.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0087741Z copying doc/source/usersguide/images/compressed-recordsize-zlib.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0089435Z copying doc/source/usersguide/images/compressed-recordsize.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0091345Z copying doc/source/usersguide/images/compressed-select-cache-shuffle.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0093429Z copying doc/source/usersguide/images/compressed-select-cache-zlib.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0095256Z copying doc/source/usersguide/images/compressed-select-cache.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0097181Z copying doc/source/usersguide/images/compressed-select-nocache-shuffle-only.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0099172Z copying doc/source/usersguide/images/compressed-select-nocache.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0101246Z copying doc/source/usersguide/images/compressed-writing-shuffle.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0103349Z copying doc/source/usersguide/images/compressed-writing-zlib.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0108751Z copying doc/source/usersguide/images/compressed-writing.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0109575Z copying doc/source/usersguide/images/cratio-zlib-blosc-blosc2.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0110707Z copying doc/source/usersguide/images/create-chunksize-15GB.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0111544Z copying doc/source/usersguide/images/create-index-time-int32-float64.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0113205Z copying doc/source/usersguide/images/filesizes-chunksize-15GB.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0115183Z copying doc/source/usersguide/images/indexes-sizes2.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0117237Z copying doc/source/usersguide/images/inkernel-vs-pandas.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0118916Z copying doc/source/usersguide/images/inkernel-zlib-blosc-blosc2.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0120871Z copying doc/source/usersguide/images/objecttree-h5.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0123466Z copying doc/source/usersguide/images/objecttree.pdf -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0124942Z copying doc/source/usersguide/images/objecttree.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0129277Z copying doc/source/usersguide/images/objecttree.svg -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0130820Z copying doc/source/usersguide/images/pytables-front-logo.pdf -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0133257Z copying doc/source/usersguide/images/random-chunksize-15GB.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0135321Z copying doc/source/usersguide/images/read-medium-psyco-nopsyco-comparison.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0137411Z copying doc/source/usersguide/images/seq-chunksize-15GB.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0139774Z copying doc/source/usersguide/images/tutorial1-1-tableview.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0142451Z copying doc/source/usersguide/images/tutorial1-2-tableview.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0144690Z copying doc/source/usersguide/images/tutorial1-general.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0146777Z copying doc/source/usersguide/images/tutorial2-tableview.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0149537Z copying doc/source/usersguide/images/write-medium-psyco-nopsyco-comparison.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0151417Z copying doc/source/usersguide/libref/declarative_classes.rst -> tables-3.8.1.dev0/doc/source/usersguide/libref
2023-09-21T12:57:44.0152812Z copying doc/source/usersguide/libref/expr_class.rst -> tables-3.8.1.dev0/doc/source/usersguide/libref
2023-09-21T12:57:44.0154185Z copying doc/source/usersguide/libref/file_class.rst -> tables-3.8.1.dev0/doc/source/usersguide/libref
2023-09-21T12:57:44.0155623Z copying doc/source/usersguide/libref/filenode_classes.rst -> tables-3.8.1.dev0/doc/source/usersguide/libref
2023-09-21T12:57:44.0156958Z copying doc/source/usersguide/libref/helper_classes.rst -> tables-3.8.1.dev0/doc/source/usersguide/libref
2023-09-21T12:57:44.0158469Z copying doc/source/usersguide/libref/hierarchy_classes.rst -> tables-3.8.1.dev0/doc/source/usersguide/libref
2023-09-21T12:57:44.0159776Z copying doc/source/usersguide/libref/homogenous_storage.rst -> tables-3.8.1.dev0/doc/source/usersguide/libref
2023-09-21T12:57:44.0161193Z copying doc/source/usersguide/libref/link_classes.rst -> tables-3.8.1.dev0/doc/source/usersguide/libref
2023-09-21T12:57:44.0162475Z copying doc/source/usersguide/libref/structured_storage.rst -> tables-3.8.1.dev0/doc/source/usersguide/libref
2023-09-21T12:57:44.0163805Z copying doc/source/usersguide/libref/top_level.rst -> tables-3.8.1.dev0/doc/source/usersguide/libref
2023-09-21T12:57:44.0165036Z copying examples/add-column.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0166366Z copying examples/array1.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0167728Z copying examples/array2.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0169038Z copying examples/array3.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0170370Z copying examples/array4.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0171712Z copying examples/attributes1.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0173207Z copying examples/attrs-with-padding.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0174368Z copying examples/carray1.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0175747Z copying examples/check_examples.sh -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0177024Z copying examples/earray1.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0178350Z copying examples/earray2.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0179653Z copying examples/filenodes1.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0180968Z copying examples/index.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0182297Z copying examples/inmemory.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0183593Z copying examples/links.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0185228Z copying examples/multiprocess_access_benchmarks.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0186619Z copying examples/multiprocess_access_queues.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0187958Z copying examples/nested-tut.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0189321Z copying examples/nested1.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0190741Z copying examples/objecttree.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0192078Z copying examples/particles.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0193413Z copying examples/play-with-enums.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0194765Z copying examples/read_array_out_arg.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0196085Z copying examples/simple_threading.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0197878Z copying examples/split.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0198998Z copying examples/table-tree.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0200173Z copying examples/table1.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0201480Z copying examples/table2.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0202805Z copying examples/table3.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0204177Z copying examples/tables-with-padding.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0205500Z copying examples/threading_monkeypatch.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0206777Z copying examples/tutorial1-1.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0208142Z copying examples/tutorial1-2.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0209658Z copying examples/tutorial2.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0210981Z copying examples/tutorial3-1.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0212373Z copying examples/tutorial3-2.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0213615Z copying examples/undo-redo.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0215021Z copying examples/vlarray1.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0216336Z copying examples/vlarray2.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0217618Z copying examples/vlarray3.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0218910Z copying examples/vlarray4.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0220368Z copying hdf5-blosc/src/blosc_filter.c -> tables-3.8.1.dev0/hdf5-blosc/src
2023-09-21T12:57:44.0221687Z copying hdf5-blosc/src/blosc_filter.h -> tables-3.8.1.dev0/hdf5-blosc/src
2023-09-21T12:57:44.0223061Z copying hdf5-blosc2/src/blosc2_filter.c -> tables-3.8.1.dev0/hdf5-blosc2/src
2023-09-21T12:57:44.0224676Z copying hdf5-blosc2/src/blosc2_filter.h -> tables-3.8.1.dev0/hdf5-blosc2/src
2023-09-21T12:57:44.0226084Z copying src/H5ARRAY-opt.c -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0227506Z copying src/H5ARRAY-opt.h -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0228821Z copying src/H5ARRAY.c -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0230501Z copying src/H5ARRAY.h -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0231802Z copying src/H5ATTR.c -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0233351Z copying src/H5ATTR.h -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0234726Z copying src/H5TB-opt.c -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0236438Z copying src/H5TB-opt.h -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0237822Z copying src/H5VLARRAY.c -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0239320Z copying src/H5VLARRAY.h -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0240649Z copying src/H5Zbzip2.c -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0242127Z copying src/H5Zbzip2.h -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0243338Z copying src/H5Zlzo.c -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0244861Z copying src/H5Zlzo.h -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0246216Z copying src/idx-opt.c -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0247687Z copying src/idx-opt.h -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0248972Z copying src/tables.h -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0250303Z copying src/typeconv.c -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0251710Z copying src/typeconv.h -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0252924Z copying src/utils.c -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0254641Z copying src/utils.h -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0256222Z copying tables/__init__.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0257646Z copying tables/_comp_bzip2.pyx -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0258982Z copying tables/_comp_lzo.pyx -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0260279Z copying tables/_version.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0261704Z copying tables/array.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0263444Z copying tables/atom.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0266082Z copying tables/attributeset.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0267451Z copying tables/carray.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0268889Z copying tables/conditions.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0270372Z copying tables/definitions.pxd -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0272057Z copying tables/description.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0273931Z copying tables/earray.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0275487Z copying tables/exceptions.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0276758Z copying tables/expression.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0278326Z copying tables/file.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0280935Z copying tables/filters.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0282509Z copying tables/flavor.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0283975Z copying tables/group.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0285990Z copying tables/hdf5extension.pxd -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0287352Z copying tables/hdf5extension.pyx -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0289591Z copying tables/idxutils.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0290964Z copying tables/index.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0293516Z copying tables/indexes.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0294885Z copying tables/indexesextension.pyx -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0296691Z copying tables/leaf.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0298499Z copying tables/link.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0300109Z copying tables/linkextension.pyx -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0301427Z copying tables/lrucacheextension.pxd -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0302720Z copying tables/lrucacheextension.pyx -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0304196Z copying tables/node.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0306272Z copying tables/parameters.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0307875Z copying tables/path.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0309367Z copying tables/registry.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0310742Z copying tables/req_versions.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0312102Z copying tables/table.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0315234Z copying tables/tableextension.pyx -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0317158Z copying tables/undoredo.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0318461Z copying tables/unimplemented.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0319819Z copying tables/utils.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0321364Z copying tables/utilsextension.pxd -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0322662Z copying tables/utilsextension.pyx -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0324576Z copying tables/vlarray.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0326247Z copying tables.egg-info/PKG-INFO -> tables-3.8.1.dev0/tables.egg-info
2023-09-21T12:57:44.0327585Z copying tables.egg-info/SOURCES.txt -> tables-3.8.1.dev0/tables.egg-info
2023-09-21T12:57:44.0329437Z copying tables.egg-info/dependency_links.txt -> tables-3.8.1.dev0/tables.egg-info
2023-09-21T12:57:44.0330789Z copying tables.egg-info/entry_points.txt -> tables-3.8.1.dev0/tables.egg-info
2023-09-21T12:57:44.0332168Z copying tables.egg-info/not-zip-safe -> tables-3.8.1.dev0/tables.egg-info
2023-09-21T12:57:44.0333489Z copying tables.egg-info/requires.txt -> tables-3.8.1.dev0/tables.egg-info
2023-09-21T12:57:44.0334967Z copying tables.egg-info/top_level.txt -> tables-3.8.1.dev0/tables.egg-info
2023-09-21T12:57:44.0336184Z copying tables/misc/__init__.py -> tables-3.8.1.dev0/tables/misc
2023-09-21T12:57:44.0337500Z copying tables/misc/enum.py -> tables-3.8.1.dev0/tables/misc
2023-09-21T12:57:44.0338974Z copying tables/misc/proxydict.py -> tables-3.8.1.dev0/tables/misc
2023-09-21T12:57:44.0340504Z copying tables/nodes/__init__.py -> tables-3.8.1.dev0/tables/nodes
2023-09-21T12:57:44.0341716Z copying tables/nodes/filenode.py -> tables-3.8.1.dev0/tables/nodes
2023-09-21T12:57:44.0343443Z copying tables/nodes/tests/__init__.py -> tables-3.8.1.dev0/tables/nodes/tests
2023-09-21T12:57:44.0344971Z copying tables/nodes/tests/test_filenode.dat -> tables-3.8.1.dev0/tables/nodes/tests
2023-09-21T12:57:44.0347747Z copying tables/nodes/tests/test_filenode.py -> tables-3.8.1.dev0/tables/nodes/tests
2023-09-21T12:57:44.0349418Z copying tables/nodes/tests/test_filenode.xbm -> tables-3.8.1.dev0/tables/nodes/tests
2023-09-21T12:57:44.0350756Z copying tables/nodes/tests/test_filenode_v1.h5 -> tables-3.8.1.dev0/tables/nodes/tests
2023-09-21T12:57:44.0352157Z copying tables/scripts/__init__.py -> tables-3.8.1.dev0/tables/scripts
2023-09-21T12:57:44.0353527Z copying tables/scripts/pt2to3.py -> tables-3.8.1.dev0/tables/scripts
2023-09-21T12:57:44.0355110Z copying tables/scripts/ptdump.py -> tables-3.8.1.dev0/tables/scripts
2023-09-21T12:57:44.0356499Z copying tables/scripts/ptrepack.py -> tables-3.8.1.dev0/tables/scripts
2023-09-21T12:57:44.0358189Z copying tables/scripts/pttree.py -> tables-3.8.1.dev0/tables/scripts
2023-09-21T12:57:44.0359692Z copying tables/tests/Table2_1_lzo_nrv2e_shuffle.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0361240Z copying tables/tests/Tables_lzo1.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0362811Z copying tables/tests/Tables_lzo1_shuffle.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0364338Z copying tables/tests/Tables_lzo2.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0365927Z copying tables/tests/Tables_lzo2_shuffle.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0367464Z copying tables/tests/__init__.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0368988Z copying tables/tests/array_mdatom.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0370340Z copying tables/tests/attr-u16.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0371967Z copying tables/tests/blosc_bigendian.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0373346Z copying tables/tests/bug-idx.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0374948Z copying tables/tests/check_leaks.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0376366Z copying tables/tests/common.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0377813Z copying tables/tests/create_backcompat_indexes.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0379091Z copying tables/tests/elink.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0380502Z copying tables/tests/elink2.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0381744Z copying tables/tests/ex-noattr.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0383312Z copying tables/tests/flavored_vlarrays-format1.6.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0384891Z copying tables/tests/float.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0386607Z copying tables/tests/idx-std-1.x.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0388298Z copying tables/tests/indexes_2_0.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0390467Z copying tables/tests/indexes_2_1.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0393549Z copying tables/tests/issue_368.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0394704Z copying tables/tests/issue_560.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0396061Z copying tables/tests/itemsize.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0397383Z copying tables/tests/matlab_file.mat -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0398785Z copying tables/tests/nested-type-with-gaps.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0400105Z copying tables/tests/non-chunked-table.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0401472Z copying tables/tests/oldflavor_numeric.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0404549Z copying tables/tests/out_of_order_types.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0406953Z copying tables/tests/python2.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0409142Z copying tables/tests/python3.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0411459Z copying tables/tests/scalar.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0412925Z copying tables/tests/slink.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0414386Z copying tables/tests/smpl_SDSextendible.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0415792Z copying tables/tests/smpl_compound_chunked.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0417216Z copying tables/tests/smpl_enum.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0418587Z copying tables/tests/smpl_f64be.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0419873Z copying tables/tests/smpl_f64le.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0421209Z copying tables/tests/smpl_i32be.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0422516Z copying tables/tests/smpl_i32le.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0423830Z copying tables/tests/smpl_i64be.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0425443Z copying tables/tests/smpl_i64le.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0427051Z copying tables/tests/smpl_unsupptype.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0428618Z copying tables/tests/test_all.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0429850Z copying tables/tests/test_array.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0432554Z copying tables/tests/test_attributes.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0434696Z copying tables/tests/test_aux.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0435981Z copying tables/tests/test_backcompat.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0437432Z copying tables/tests/test_basics.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0440020Z copying tables/tests/test_carray.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0442551Z copying tables/tests/test_create.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0445139Z copying tables/tests/test_do_undo.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0447561Z copying tables/tests/test_earray.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0450043Z copying tables/tests/test_enum.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0451594Z copying tables/tests/test_expression.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0453676Z copying tables/tests/test_garbage.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0454972Z copying tables/tests/test_hdf5compat.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0456587Z copying tables/tests/test_index_backcompat.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0458004Z copying tables/tests/test_indexes.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0460504Z copying tables/tests/test_indexvalues.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0463145Z copying tables/tests/test_large_tables.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0464539Z copying tables/tests/test_links.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0466776Z copying tables/tests/test_lists.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0468256Z copying tables/tests/test_nestedtypes.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0470311Z copying tables/tests/test_numpy.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0472294Z copying tables/tests/test_queries.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0474029Z copying tables/tests/test_ref_array1.mat -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0475495Z copying tables/tests/test_ref_array2.mat -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0476906Z copying tables/tests/test_suite.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0478307Z copying tables/tests/test_szip.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0479960Z copying tables/tests/test_tables.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0484481Z copying tables/tests/test_tablesMD.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0486884Z copying tables/tests/test_timestamps.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0488134Z copying tables/tests/test_timetype.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0489721Z copying tables/tests/test_tree.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0491547Z copying tables/tests/test_types.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0493025Z copying tables/tests/test_utils.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0494397Z copying tables/tests/test_vlarray.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0497608Z copying tables/tests/time-table-vlarray-1_x.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0499039Z copying tables/tests/times-nested-be.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0500621Z copying tables/tests/vlstr_attr.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0502042Z copying tables/tests/vlunicode_endian.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0504831Z copying tables/tests/zerodim-attrs-1.3.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0506306Z copying tables/tests/zerodim-attrs-1.4.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0507748Z copying utils/pt2to3 -> tables-3.8.1.dev0/utils
2023-09-21T12:57:44.0509158Z copying utils/ptdump -> tables-3.8.1.dev0/utils
2023-09-21T12:57:44.0510493Z copying utils/ptrepack -> tables-3.8.1.dev0/utils
2023-09-21T12:57:44.0511932Z copying utils/pttree -> tables-3.8.1.dev0/utils
2023-09-21T12:57:44.0525888Z Writing tables-3.8.1.dev0/setup.cfg
2023-09-21T12:57:44.0527360Z Creating tar archive
2023-09-21T12:57:45.6609897Z removing 'tables-3.8.1.dev0' (and everything under it)
2023-09-21T12:57:45.8386992Z Successfully built tables-3.8.1.dev0.tar.gz
2023-09-21T12:57:45.8618767Z python setup.py build
2023-09-21T12:57:47.3907833Z /tmp/blosc_list_compressors9fh36glz.c:1:10: fatal error: blosc.h: No such file or directory
2023-09-21T12:57:47.3908620Z     1 | #include "blosc.h"
2023-09-21T12:57:47.3909455Z       |          ^~~~~~~~~
2023-09-21T12:57:47.3909818Z compilation terminated.
2023-09-21T12:57:48.9078814Z * Using Python 3.11.5 (main, Aug 28 2023, 12:39:56) [GCC 11.4.0]
2023-09-21T12:57:48.9079755Z * Found cython 3.0.2
2023-09-21T12:57:48.9080842Z * USE_PKGCONFIG: True
2023-09-21T12:57:48.9081600Z * pkg-config header dirs for HDF5: /usr/include/hdf5/serial
2023-09-21T12:57:48.9082179Z * pkg-config library dirs for HDF5: /usr/lib/x86_64-linux-gnu/hdf5/serial
2023-09-21T12:57:48.9082866Z * Found HDF5 headers at ``/usr/include/hdf5/serial``, library at ``/usr/lib/x86_64-linux-gnu/hdf5/serial``.
2023-09-21T12:57:48.9083372Z .. WARNING:: Could not find the HDF5 runtime.
2023-09-21T12:57:48.9083783Z    The HDF5 shared library was *not* found in the default library
2023-09-21T12:57:48.9084293Z    paths. In case of runtime problems, please remember to install it.
2023-09-21T12:57:48.9084847Z * Found LZO 2 headers at ``/usr/include``, the library is located in the standard system search dirs.
2023-09-21T12:57:48.9085379Z * Skipping detection of LZO 1 since LZO 2 has already been found.
2023-09-21T12:57:48.9085917Z * Found bzip2 headers at ``/usr/include``, the library is located in the standard system search dirs.
2023-09-21T12:57:48.9086448Z * Could not find blosc headers and library; using internal sources.
2023-09-21T12:57:48.9086907Z * Run 'blosc2_find_directories_hook'
2023-09-21T12:57:48.9087453Z * Found blosc2 headers at ``/opt/hostedtoolcache/Python/3.11.5/x64/include``, library at ``/opt/hostedtoolcache/Python/3.11.5/x64/lib64``.
2023-09-21T12:57:48.9088269Z   * Copying blosc2 runtime library to 'tables' dir because it was not found in standard locations
2023-09-21T12:57:48.9088721Z * SSE2 detected and enabled
2023-09-21T12:57:48.9089016Z * AVX2 detected and enabled
2023-09-21T12:57:48.9089661Z running build
2023-09-21T12:57:48.9089936Z running build_py
2023-09-21T12:57:48.9145136Z creating build
2023-09-21T12:57:48.9147905Z creating build/lib.linux-x86_64-cpython-311
2023-09-21T12:57:48.9148741Z creating build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9150067Z copying tables/registry.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9152231Z copying tables/parameters.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9154304Z copying tables/conditions.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9156074Z copying tables/table.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9159887Z copying tables/link.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9161650Z copying tables/attributeset.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9163815Z copying tables/undoredo.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9165699Z copying tables/file.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9169955Z copying tables/leaf.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9171208Z copying tables/__init__.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9172969Z copying tables/req_versions.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9174562Z copying tables/path.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9176226Z copying tables/index.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9179001Z copying tables/_version.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9180576Z copying tables/array.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9182599Z copying tables/node.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9184930Z copying tables/unimplemented.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9186705Z copying tables/earray.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9188464Z copying tables/expression.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9190347Z copying tables/group.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9192528Z copying tables/indexes.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9194154Z copying tables/exceptions.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9195883Z copying tables/description.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9197851Z copying tables/flavor.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9199642Z copying tables/filters.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9201426Z copying tables/vlarray.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9203349Z copying tables/atom.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9205473Z copying tables/utils.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9207195Z copying tables/idxutils.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9208958Z copying tables/carray.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9212873Z creating build/lib.linux-x86_64-cpython-311/tables/nodes
2023-09-21T12:57:48.9214587Z copying tables/nodes/filenode.py -> build/lib.linux-x86_64-cpython-311/tables/nodes
2023-09-21T12:57:48.9216178Z copying tables/nodes/__init__.py -> build/lib.linux-x86_64-cpython-311/tables/nodes
2023-09-21T12:57:48.9219454Z creating build/lib.linux-x86_64-cpython-311/tables/scripts
2023-09-21T12:57:48.9220951Z copying tables/scripts/ptrepack.py -> build/lib.linux-x86_64-cpython-311/tables/scripts
2023-09-21T12:57:48.9223054Z copying tables/scripts/pt2to3.py -> build/lib.linux-x86_64-cpython-311/tables/scripts
2023-09-21T12:57:48.9225352Z copying tables/scripts/ptdump.py -> build/lib.linux-x86_64-cpython-311/tables/scripts
2023-09-21T12:57:48.9227361Z copying tables/scripts/__init__.py -> build/lib.linux-x86_64-cpython-311/tables/scripts
2023-09-21T12:57:48.9228768Z copying tables/scripts/pttree.py -> build/lib.linux-x86_64-cpython-311/tables/scripts
2023-09-21T12:57:48.9231970Z creating build/lib.linux-x86_64-cpython-311/tables/misc
2023-09-21T12:57:48.9233357Z copying tables/misc/proxydict.py -> build/lib.linux-x86_64-cpython-311/tables/misc
2023-09-21T12:57:48.9235119Z copying tables/misc/enum.py -> build/lib.linux-x86_64-cpython-311/tables/misc
2023-09-21T12:57:48.9236860Z copying tables/misc/__init__.py -> build/lib.linux-x86_64-cpython-311/tables/misc
2023-09-21T12:57:48.9243495Z creating build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9245200Z copying tables/tests/test_timetype.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9246855Z copying tables/tests/common.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9248738Z copying tables/tests/test_index_backcompat.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9250404Z copying tables/tests/test_all.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9252006Z copying tables/tests/test_indexvalues.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9255090Z copying tables/tests/test_attributes.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9257584Z copying tables/tests/test_hdf5compat.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9259309Z copying tables/tests/test_links.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9261188Z copying tables/tests/test_backcompat.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9262879Z copying tables/tests/test_large_tables.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9264672Z copying tables/tests/test_indexes.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9268152Z copying tables/tests/test_suite.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9269988Z copying tables/tests/test_array.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9272821Z copying tables/tests/create_backcompat_indexes.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9274432Z copying tables/tests/test_expression.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9276693Z copying tables/tests/test_basics.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9279502Z copying tables/tests/test_create.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9282324Z copying tables/tests/test_earray.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9285212Z copying tables/tests/test_utils.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9286820Z copying tables/tests/test_aux.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9288396Z copying tables/tests/test_enum.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9290282Z copying tables/tests/__init__.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9291895Z copying tables/tests/test_tables.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9297598Z copying tables/tests/test_garbage.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9298557Z copying tables/tests/test_nestedtypes.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9300845Z copying tables/tests/test_queries.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9303005Z copying tables/tests/check_leaks.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9305276Z copying tables/tests/test_timestamps.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9308237Z copying tables/tests/test_carray.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9312528Z copying tables/tests/test_tree.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9314052Z copying tables/tests/test_do_undo.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9316680Z copying tables/tests/test_numpy.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9319039Z copying tables/tests/test_types.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9320640Z copying tables/tests/test_vlarray.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9324077Z copying tables/tests/test_tablesMD.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9332338Z copying tables/tests/test_lists.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9333053Z creating build/lib.linux-x86_64-cpython-311/tables/nodes/tests
2023-09-21T12:57:48.9333685Z copying tables/nodes/tests/__init__.py -> build/lib.linux-x86_64-cpython-311/tables/nodes/tests
2023-09-21T12:57:48.9334633Z copying tables/nodes/tests/test_filenode.py -> build/lib.linux-x86_64-cpython-311/tables/nodes/tests
2023-09-21T12:57:48.9336985Z running egg_info
2023-09-21T12:57:48.9407564Z writing tables.egg-info/PKG-INFO
2023-09-21T12:57:48.9421374Z writing dependency_links to tables.egg-info/dependency_links.txt
2023-09-21T12:57:48.9426215Z writing entry points to tables.egg-info/entry_points.txt
2023-09-21T12:57:48.9435963Z writing requirements to tables.egg-info/requires.txt
2023-09-21T12:57:48.9437707Z writing top-level names to tables.egg-info/top_level.txt
2023-09-21T12:57:48.9533660Z reading manifest file 'tables.egg-info/SOURCES.txt'
2023-09-21T12:57:48.9569642Z reading manifest template 'MANIFEST.in'
2023-09-21T12:57:48.9676205Z warning: no previously-included files matching '*.c' found under directory 'tables'
2023-09-21T12:57:48.9738409Z warning: no files found matching '*.inc' under directory 'c-blosc/blosc'
2023-09-21T12:57:49.0018431Z warning: no files found matching '*.conf' under directory 'doc'
2023-09-21T12:57:49.0075554Z warning: no files found matching '*.*_t' under directory 'doc'
2023-09-21T12:57:49.0129263Z warning: no files found matching '*.js' under directory 'doc'
2023-09-21T12:57:49.0158289Z warning: no files found matching '*.css' under directory 'doc'
2023-09-21T12:57:49.0262041Z warning: no files found matching '*' under directory 'doc/sphinxext'
2023-09-21T12:57:49.0265775Z warning: no previously-included files matching '*' found under directory 'doc/build'
2023-09-21T12:57:49.0315299Z warning: no files found matching '*.h5' under directory 'bench'
2023-09-21T12:57:49.0326749Z adding license file 'LICENSE.txt'
2023-09-21T12:57:49.0384260Z writing manifest file 'tables.egg-info/SOURCES.txt'
2023-09-21T12:57:49.0449168Z copying tables/_comp_bzip2.pyx -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:49.0452026Z copying tables/_comp_lzo.pyx -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:49.0453717Z copying tables/definitions.pxd -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:49.0455424Z copying tables/hdf5extension.pxd -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:49.0457557Z copying tables/hdf5extension.pyx -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:49.0458672Z copying tables/indexesextension.pyx -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:49.0461563Z copying tables/linkextension.pyx -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:49.0463307Z copying tables/lrucacheextension.pxd -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:49.0465338Z copying tables/lrucacheextension.pyx -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:49.0467117Z copying tables/tableextension.pyx -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:49.0468816Z copying tables/utilsextension.pxd -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:49.0471078Z copying tables/utilsextension.pyx -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:49.0473125Z copying tables/libblosc2.so -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:49.0496043Z copying tables/tests/Table2_1_lzo_nrv2e_shuffle.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0498156Z copying tables/tests/Tables_lzo1.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0499941Z copying tables/tests/Tables_lzo1_shuffle.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0501718Z copying tables/tests/Tables_lzo2.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0503451Z copying tables/tests/Tables_lzo2_shuffle.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0505544Z copying tables/tests/array_mdatom.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0506660Z copying tables/tests/attr-u16.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0510138Z copying tables/tests/blosc_bigendian.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0511888Z copying tables/tests/bug-idx.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0513578Z copying tables/tests/elink.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0516303Z copying tables/tests/elink2.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0517399Z copying tables/tests/ex-noattr.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0519811Z copying tables/tests/flavored_vlarrays-format1.6.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0520951Z copying tables/tests/float.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0523484Z copying tables/tests/idx-std-1.x.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0524608Z copying tables/tests/indexes_2_0.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0526874Z copying tables/tests/indexes_2_1.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0528601Z copying tables/tests/issue_368.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0530284Z copying tables/tests/issue_560.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0532624Z copying tables/tests/itemsize.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0533740Z copying tables/tests/matlab_file.mat -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0536132Z copying tables/tests/nested-type-with-gaps.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0537334Z copying tables/tests/non-chunked-table.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0539145Z copying tables/tests/oldflavor_numeric.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0540895Z copying tables/tests/out_of_order_types.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0542210Z copying tables/tests/python2.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0543739Z copying tables/tests/python3.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0546651Z copying tables/tests/scalar.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0548076Z copying tables/tests/slink.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0549852Z copying tables/tests/smpl_SDSextendible.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0551373Z copying tables/tests/smpl_compound_chunked.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0552879Z copying tables/tests/smpl_enum.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0554348Z copying tables/tests/smpl_f64be.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0555885Z copying tables/tests/smpl_f64le.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0557648Z copying tables/tests/smpl_i32be.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0559002Z copying tables/tests/smpl_i32le.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0560318Z copying tables/tests/smpl_i64be.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0561864Z copying tables/tests/smpl_i64le.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0563545Z copying tables/tests/smpl_unsupptype.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0564951Z copying tables/tests/test_ref_array1.mat -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0566622Z copying tables/tests/test_ref_array2.mat -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0568297Z copying tables/tests/test_szip.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0569904Z copying tables/tests/time-table-vlarray-1_x.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0571431Z copying tables/tests/times-nested-be.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0573235Z copying tables/tests/vlstr_attr.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0574901Z copying tables/tests/vlunicode_endian.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0577492Z copying tables/tests/zerodim-attrs-1.3.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0579102Z copying tables/tests/zerodim-attrs-1.4.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0580704Z copying tables/nodes/tests/test_filenode.dat -> build/lib.linux-x86_64-cpython-311/tables/nodes/tests
2023-09-21T12:57:49.0582279Z copying tables/nodes/tests/test_filenode.xbm -> build/lib.linux-x86_64-cpython-311/tables/nodes/tests
2023-09-21T12:57:49.0583656Z copying tables/nodes/tests/test_filenode_v1.h5 -> build/lib.linux-x86_64-cpython-311/tables/nodes/tests
2023-09-21T12:57:49.0597929Z running build_ext
2023-09-21T12:57:49.2100923Z building 'tables.utilsextension' extension
2023-09-21T12:57:49.2102636Z creating build/temp.linux-x86_64-cpython-311
2023-09-21T12:57:49.2104101Z creating build/temp.linux-x86_64-cpython-311/c-blosc
2023-09-21T12:57:49.2105277Z creating build/temp.linux-x86_64-cpython-311/c-blosc/blosc
2023-09-21T12:57:49.2107594Z creating build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs
2023-09-21T12:57:49.2108675Z creating build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/lz4-1.9.4
2023-09-21T12:57:49.2109789Z creating build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:49.2111613Z creating build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5
2023-09-21T12:57:49.2113381Z creating build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:49.2114519Z creating build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:49.2115687Z creating build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress
2023-09-21T12:57:49.2116854Z creating build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/deprecated
2023-09-21T12:57:49.2119137Z creating build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder
2023-09-21T12:57:49.2120995Z creating build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy
2023-09-21T12:57:49.2121971Z creating build/temp.linux-x86_64-cpython-311/hdf5-blosc
2023-09-21T12:57:49.2122861Z creating build/temp.linux-x86_64-cpython-311/hdf5-blosc/src
2023-09-21T12:57:49.2123721Z creating build/temp.linux-x86_64-cpython-311/hdf5-blosc2
2023-09-21T12:57:49.2124618Z creating build/temp.linux-x86_64-cpython-311/hdf5-blosc2/src
2023-09-21T12:57:49.2125460Z creating build/temp.linux-x86_64-cpython-311/src
2023-09-21T12:57:49.2126280Z creating build/temp.linux-x86_64-cpython-311/tables
2023-09-21T12:57:49.2133560Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/bitshuffle-avx2.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/bitshuffle-avx2.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:57:50.0351969Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/bitshuffle-generic.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/bitshuffle-generic.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:57:50.5778462Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/bitshuffle-sse2.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/bitshuffle-sse2.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:57:51.1253696Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/blosc.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/blosc.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:57:51.4503365Z c-blosc/blosc/blosc.c: In function ‘blosc_d’:
2023-09-21T12:57:51.4509405Z c-blosc/blosc/blosc.c:763:38: warning: comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
2023-09-21T12:57:51.4510486Z   763 |     if (src_offset < 0 || src_offset > compressedsize - sizeof(int32_t)) {
2023-09-21T12:57:51.4511348Z       |                                      ^
2023-09-21T12:57:51.4516794Z c-blosc/blosc/blosc.c: In function ‘compute_blocksize’:
2023-09-21T12:57:51.4518935Z c-blosc/blosc/blosc.c:985:19: warning: comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
2023-09-21T12:57:51.4519883Z   985 |     if (blocksize > BLOSC_MAX_BLOCKSIZE) {
2023-09-21T12:57:51.4520738Z       |                   ^
2023-09-21T12:57:51.4540510Z c-blosc/blosc/blosc.c: In function ‘blosc_run_decompression_with_context’:
2023-09-21T12:57:51.4543666Z c-blosc/blosc/blosc.c:1458:53: warning: comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
2023-09-21T12:57:51.4545277Z  1458 |   if (context->blocksize <= 0 || context->blocksize > destsize ||
2023-09-21T12:57:51.4545684Z       |                                                     ^
2023-09-21T12:57:51.4549899Z c-blosc/blosc/blosc.c:1459:26: warning: comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
2023-09-21T12:57:51.4551189Z  1459 |       context->blocksize > BLOSC_MAX_BLOCKSIZE || context->typesize <= 0 ||
2023-09-21T12:57:51.4551958Z       |                          ^
2023-09-21T12:57:51.4555947Z c-blosc/blosc/blosc.c: In function ‘blosc_getitem’:
2023-09-21T12:57:51.4557893Z c-blosc/blosc/blosc.c:1596:57: warning: comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
2023-09-21T12:57:51.4558862Z  1596 |   if (blocksize <= 0 || blocksize > nbytes || blocksize > BLOSC_MAX_BLOCKSIZE ||
2023-09-21T12:57:51.4559641Z       |                                                         ^
2023-09-21T12:57:51.9913115Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/blosclz.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/blosclz.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:57:52.2987792Z c-blosc/blosc/blosclz.c:192:17: warning: ‘get_match_32’ defined but not used [-Wunused-function]
2023-09-21T12:57:52.2988835Z   192 | static uint8_t *get_match_32(uint8_t *ip, const uint8_t *ip_bound, const uint8_t *ref) {
2023-09-21T12:57:52.2989509Z       |                 ^~~~~~~~~~~~
2023-09-21T12:57:52.2990813Z c-blosc/blosc/blosclz.c:64:17: warning: ‘get_run_32’ defined but not used [-Wunused-function]
2023-09-21T12:57:52.2991627Z    64 | static uint8_t *get_run_32(uint8_t *ip, const uint8_t *ip_bound, const uint8_t *ref) {
2023-09-21T12:57:52.2992558Z       |                 ^~~~~~~~~~
2023-09-21T12:57:52.6163310Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/fastcopy.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/fastcopy.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:57:53.0562328Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/shuffle-avx2.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle-avx2.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:57:53.3463106Z c-blosc/blosc/shuffle-avx2.c: In function ‘shuffle16_tiled_avx2’:
2023-09-21T12:57:53.3464089Z c-blosc/blosc/shuffle-avx2.c:283:75: warning: operand of ‘?:’ changes signedness from ‘long long int’ to ‘long unsigned int’ due to unsignedness of other operand [-Wsign-compare]
2023-09-21T12:57:53.3465536Z   283 |       offset_into_type += (offset_into_type == 0 && vecs_per_el.rem > 0 ? vecs_per_el.rem : sizeof(__m128i))) {
2023-09-21T12:57:53.3466024Z       |                                                                           ^~~~~~~~~~~~~~~
2023-09-21T12:57:53.3483645Z c-blosc/blosc/shuffle-avx2.c: In function ‘unshuffle16_tiled_avx2’:
2023-09-21T12:57:53.3485920Z c-blosc/blosc/shuffle-avx2.c:540:73: warning: operand of ‘?:’ changes signedness from ‘long long int’ to ‘long unsigned int’ due to unsignedness of other operand [-Wsign-compare]
2023-09-21T12:57:53.3487220Z   540 |     offset_into_type += (offset_into_type == 0 && vecs_per_el.rem > 0 ? vecs_per_el.rem : sizeof(__m128i))) {
2023-09-21T12:57:53.3487745Z       |                                                                         ^~~~~~~~~~~~~~~
2023-09-21T12:57:53.8855289Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/shuffle-generic.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle-generic.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:57:54.2139240Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/shuffle-sse2.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle-sse2.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:57:54.9051478Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/shuffle.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:57:55.2194872Z In file included from c-blosc/blosc/shuffle.c:12:
2023-09-21T12:57:55.2196918Z c-blosc/blosc/shuffle-generic.h:61:13: warning: ‘unshuffle_generic_inline’ defined but not used [-Wunused-function]
2023-09-21T12:57:55.2198446Z    61 | static void unshuffle_generic_inline(const size_t type_size,
2023-09-21T12:57:55.2199600Z       |             ^~~~~~~~~~~~~~~~~~~~~~~~
2023-09-21T12:57:55.2201201Z c-blosc/blosc/shuffle-generic.h:32:13: warning: ‘shuffle_generic_inline’ defined but not used [-Wunused-function]
2023-09-21T12:57:55.2201815Z    32 | static void shuffle_generic_inline(const size_t type_size,
2023-09-21T12:57:55.2202202Z       |             ^~~~~~~~~~~~~~~~~~~~~~
2023-09-21T12:57:55.2918807Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/lz4-1.9.4/lz4.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/lz4-1.9.4/lz4.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:01.7604677Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/lz4-1.9.4/lz4hc.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/lz4-1.9.4/lz4hc.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:06.9046429Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/adler32.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/adler32.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:07.0302500Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/compress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/compress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:07.0758829Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/crc32.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/crc32.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:07.2780449Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/deflate.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/deflate.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:08.1403954Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/gzclose.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzclose.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:08.1923412Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/gzlib.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzlib.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:08.3342997Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/gzread.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzread.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:08.5449896Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzwrite.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:08.7732651Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/infback.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/infback.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:09.1033891Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/inffast.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/inffast.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:09.3405743Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/inflate.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/inflate.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:10.0984981Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/inftrees.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/inftrees.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:10.2745444Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/trees.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/trees.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:10.7283167Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/uncompr.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/uncompr.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:10.7809939Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/zutil.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/zutil.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:10.8376035Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/debug.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/debug.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:10.8518822Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/entropy_common.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/entropy_common.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:11.0832376Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/error_private.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/error_private.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:11.1359559Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/fse_decompress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/fse_decompress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:11.6445288Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/pool.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/pool.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:11.7056952Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/threading.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/threading.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:11.7208057Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/xxhash.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/xxhash.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:11.9267048Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/zstd_common.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/zstd_common.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:11.9985814Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/fse_compress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/fse_compress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:12.3405447Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/hist.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/hist.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:12.4604999Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/huf_compress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/huf_compress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:14.1207062Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:17.2776533Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_literals.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_literals.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:17.4025904Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_sequences.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_sequences.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:17.7293126Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_superblock.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_superblock.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:18.0254452Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_double_fast.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_double_fast.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:22.2483900Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_fast.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_fast.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:26.1205193Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_lazy.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_lazy.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:39.4705432Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_ldm.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_ldm.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:39.9333149Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_opt.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_opt.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:43.2013114Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:43.7993081Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/huf_decompress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/huf_decompress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:47.1479345Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_ddict.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_ddict.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:47.2721798Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:48.0075832Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress_block.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress_block.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:51.0029780Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_common.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_common.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:51.0557075Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_compress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_compress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:51.1388462Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_decompress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_decompress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:51.1798219Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/cover.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/cover.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:51.6489901Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/divsufsort.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/divsufsort.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:53.4020196Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/fastcover.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/fastcover.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:53.7454686Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/zdict.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/zdict.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:54.4249784Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:55.3012084Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c: In function ‘ZSTD_decompressSequences’:
2023-09-21T12:58:55.3013314Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1829:17: warning: ‘dumps’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2023-09-21T12:58:55.3013920Z  1829 |     const BYTE* dumps;
2023-09-21T12:58:55.3014286Z       |                 ^~~~~
2023-09-21T12:58:55.3015177Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1860:18: warning: ‘nbSeq’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2023-09-21T12:58:55.3015810Z  1860 |             nbSeq--;
2023-09-21T12:58:55.3016162Z       |             ~~~~~^~
2023-09-21T12:58:55.3017390Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1849:35: warning: ‘dumpsLength’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2023-09-21T12:58:55.3018045Z  1849 |         seqState.dumpsEnd = dumps + dumpsLength;
2023-09-21T12:58:55.3018482Z       |                             ~~~~~~^~~~~~~~~~~~~
2023-09-21T12:58:55.4504923Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c: In function ‘ZSTD_decompressBlock’:
2023-09-21T12:58:55.4506454Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1504:20: warning: ‘litbp.origSize’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2023-09-21T12:58:55.4507778Z  1504 |             size_t rleSize = litbp.origSize;
2023-09-21T12:58:55.4508178Z       |                    ^~~~~~~
2023-09-21T12:58:55.4512290Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1488:23: note: ‘litbp.origSize’ was declared here
2023-09-21T12:58:55.4512769Z  1488 |     blockProperties_t litbp;
2023-09-21T12:58:55.4513099Z       |                       ^~~~~
2023-09-21T12:58:55.4517057Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1495:5: warning: ‘*(unsigned int *)((char *)&litbp + offsetof(blockProperties_t, blockType))’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2023-09-21T12:58:55.4517990Z  1495 |     switch(litbp.blockType)
2023-09-21T12:58:55.4520780Z       |     ^~~~~~
2023-09-21T12:58:55.4523828Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1488:23: note: ‘*(unsigned int *)((char *)&litbp + offsetof(blockProperties_t, blockType))’ was declared here
2023-09-21T12:58:55.4524550Z  1488 |     blockProperties_t litbp;
2023-09-21T12:58:55.4618195Z       |                       ^~~~~
2023-09-21T12:58:55.4763571Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c: In function ‘ZSTDv01_decompressDCtx’:
2023-09-21T12:58:55.4769247Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1935:9: warning: ‘*(unsigned int *)((char *)&blockProperties + offsetof(blockProperties_t, blockType))’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2023-09-21T12:58:55.4770081Z  1935 |         switch(blockProperties.blockType)
2023-09-21T12:58:55.4770456Z       |         ^~~~~~
2023-09-21T12:58:55.5986301Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v02.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v02.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:57.8684162Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v03.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v03.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:59.7310459Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v04.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v04.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:01.4768191Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v05.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v05.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:03.3827179Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v06.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v06.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:05.0884423Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v07.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v07.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:06.9763701Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c hdf5-blosc/src/blosc_filter.c -o build/temp.linux-x86_64-cpython-311/hdf5-blosc/src/blosc_filter.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:07.0860168Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c hdf5-blosc2/src/blosc2_filter.c -o build/temp.linux-x86_64-cpython-311/hdf5-blosc2/src/blosc2_filter.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:07.4989112Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c src/H5ARRAY.c -o build/temp.linux-x86_64-cpython-311/src/H5ARRAY.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:08.0982478Z src/H5ARRAY.c: In function ‘H5ARRAYappend_records’:
2023-09-21T12:59:08.0984644Z src/H5ARRAY.c:276:15: warning: ‘*dims_36 + _10’ may be used uninitialized [-Wmaybe-uninitialized]
2023-09-21T12:59:08.0985950Z   276 |  dims[extdim] += dims_new[extdim];
2023-09-21T12:59:08.0989178Z       |               ^~
2023-09-21T12:59:08.2120259Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c src/H5ATTR.c -o build/temp.linux-x86_64-cpython-311/src/H5ATTR.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:08.3392819Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c src/utils.c -o build/temp.linux-x86_64-cpython-311/src/utils.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:08.6668019Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c tables/utilsextension.c -o build/temp.linux-x86_64-cpython-311/tables/utilsextension.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:22.6912205Z gcc -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.11.5/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.11.5/x64/lib build/temp.linux-x86_64-cpython-311/c-blosc/blosc/bitshuffle-avx2.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/bitshuffle-generic.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/bitshuffle-sse2.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/blosc.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/blosclz.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/fastcopy.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle-avx2.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle-generic.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle-sse2.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/lz4-1.9.4/lz4.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/lz4-1.9.4/lz4hc.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/adler32.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/compress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/crc32.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/deflate.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzclose.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzlib.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzread.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzwrite.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/infback.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/inffast.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/inflate.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/inftrees.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/trees.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/uncompr.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/zutil.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/debug.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/entropy_common.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/error_private.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/fse_decompress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/pool.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/threading.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/xxhash.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/zstd_common.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/fse_compress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/hist.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/huf_compress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_literals.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_sequences.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_superblock.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_double_fast.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_fast.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_lazy.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_ldm.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_opt.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/huf_decompress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_ddict.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress_block.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_common.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_compress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_decompress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/cover.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/divsufsort.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/fastcover.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/zdict.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v02.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v03.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v04.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v05.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v06.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v07.o build/temp.linux-x86_64-cpython-311/hdf5-blosc/src/blosc_filter.o build/temp.linux-x86_64-cpython-311/hdf5-blosc2/src/blosc2_filter.o build/temp.linux-x86_64-cpython-311/src/H5ARRAY.o build/temp.linux-x86_64-cpython-311/src/H5ATTR.o build/temp.linux-x86_64-cpython-311/src/utils.o build/temp.linux-x86_64-cpython-311/tables/utilsextension.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial -L/opt/hostedtoolcache/Python/3.11.5/x64/lib64 -L/opt/hostedtoolcache/Python/3.11.5/x64/lib -lhdf5 -lblosc2 -o build/lib.linux-x86_64-cpython-311/tables/utilsextension.cpython-311-x86_64-linux-gnu.so
2023-09-21T12:59:22.8573060Z building 'tables.hdf5extension' extension
2023-09-21T12:59:22.8593789Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/bitshuffle-avx2.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/bitshuffle-avx2.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:23.4800723Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/bitshuffle-generic.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/bitshuffle-generic.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:23.9182403Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/bitshuffle-sse2.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/bitshuffle-sse2.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:24.4568909Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/blosc.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/blosc.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:24.7679622Z c-blosc/blosc/blosc.c: In function ‘blosc_d’:
2023-09-21T12:59:24.7681781Z c-blosc/blosc/blosc.c:763:38: warning: comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
2023-09-21T12:59:24.7683482Z   763 |     if (src_offset < 0 || src_offset > compressedsize - sizeof(int32_t)) {
2023-09-21T12:59:24.7684492Z       |                                      ^
2023-09-21T12:59:24.7690569Z c-blosc/blosc/blosc.c: In function ‘compute_blocksize’:
2023-09-21T12:59:24.7692761Z c-blosc/blosc/blosc.c:985:19: warning: comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
2023-09-21T12:59:24.7694130Z   985 |     if (blocksize > BLOSC_MAX_BLOCKSIZE) {
2023-09-21T12:59:24.7694969Z       |                   ^
2023-09-21T12:59:24.7713847Z c-blosc/blosc/blosc.c: In function ‘blosc_run_decompression_with_context’:
2023-09-21T12:59:24.7716047Z c-blosc/blosc/blosc.c:1458:53: warning: comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
2023-09-21T12:59:24.7717708Z  1458 |   if (context->blocksize <= 0 || context->blocksize > destsize ||
2023-09-21T12:59:24.7718721Z       |                                                     ^
2023-09-21T12:59:24.7720578Z c-blosc/blosc/blosc.c:1459:26: warning: comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
2023-09-21T12:59:24.7721419Z  1459 |       context->blocksize > BLOSC_MAX_BLOCKSIZE || context->typesize <= 0 ||
2023-09-21T12:59:24.7721826Z       |                          ^
2023-09-21T12:59:24.7730576Z c-blosc/blosc/blosc.c: In function ‘blosc_getitem’:
2023-09-21T12:59:24.7732451Z c-blosc/blosc/blosc.c:1596:57: warning: comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
2023-09-21T12:59:24.7739313Z  1596 |   if (blocksize <= 0 || blocksize > nbytes || blocksize > BLOSC_MAX_BLOCKSIZE ||
2023-09-21T12:59:24.7740274Z       |                                                         ^
2023-09-21T12:59:25.3101634Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/blosclz.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/blosclz.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:25.6106128Z c-blosc/blosc/blosclz.c:192:17: warning: ‘get_match_32’ defined but not used [-Wunused-function]
2023-09-21T12:59:25.6107050Z   192 | static uint8_t *get_match_32(uint8_t *ip, const uint8_t *ip_bound, const uint8_t *ref) {
2023-09-21T12:59:25.6107851Z       |                 ^~~~~~~~~~~~
2023-09-21T12:59:25.6108828Z c-blosc/blosc/blosclz.c:64:17: warning: ‘get_run_32’ defined but not used [-Wunused-function]
2023-09-21T12:59:25.6109750Z    64 | static uint8_t *get_run_32(uint8_t *ip, const uint8_t *ip_bound, const uint8_t *ref) {
2023-09-21T12:59:25.6110413Z       |                 ^~~~~~~~~~
2023-09-21T12:59:25.9227515Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/fastcopy.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/fastcopy.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:26.3612307Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/shuffle-avx2.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle-avx2.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:26.6520207Z c-blosc/blosc/shuffle-avx2.c: In function ‘shuffle16_tiled_avx2’:
2023-09-21T12:59:26.6522822Z c-blosc/blosc/shuffle-avx2.c:283:75: warning: operand of ‘?:’ changes signedness from ‘long long int’ to ‘long unsigned int’ due to unsignedness of other operand [-Wsign-compare]
2023-09-21T12:59:26.6524675Z   283 |       offset_into_type += (offset_into_type == 0 && vecs_per_el.rem > 0 ? vecs_per_el.rem : sizeof(__m128i))) {
2023-09-21T12:59:26.6525702Z       |                                                                           ^~~~~~~~~~~~~~~
2023-09-21T12:59:26.6532239Z c-blosc/blosc/shuffle-avx2.c: In function ‘unshuffle16_tiled_avx2’:
2023-09-21T12:59:26.6534021Z c-blosc/blosc/shuffle-avx2.c:540:73: warning: operand of ‘?:’ changes signedness from ‘long long int’ to ‘long unsigned int’ due to unsignedness of other operand [-Wsign-compare]
2023-09-21T12:59:26.6535455Z   540 |     offset_into_type += (offset_into_type == 0 && vecs_per_el.rem > 0 ? vecs_per_el.rem : sizeof(__m128i))) {
2023-09-21T12:59:26.6536472Z       |                                                                         ^~~~~~~~~~~~~~~
2023-09-21T12:59:27.1901911Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/shuffle-generic.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle-generic.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:27.5192308Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/shuffle-sse2.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle-sse2.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:28.2197779Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/shuffle.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:28.5216320Z In file included from c-blosc/blosc/shuffle.c:12:
2023-09-21T12:59:28.5217624Z c-blosc/blosc/shuffle-generic.h:61:13: warning: ‘unshuffle_generic_inline’ defined but not used [-Wunused-function]
2023-09-21T12:59:28.5218333Z    61 | static void unshuffle_generic_inline(const size_t type_size,
2023-09-21T12:59:28.5218842Z       |             ^~~~~~~~~~~~~~~~~~~~~~~~
2023-09-21T12:59:28.5219675Z c-blosc/blosc/shuffle-generic.h:32:13: warning: ‘shuffle_generic_inline’ defined but not used [-Wunused-function]
2023-09-21T12:59:28.5220413Z    32 | static void shuffle_generic_inline(const size_t type_size,
2023-09-21T12:59:28.5220884Z       |             ^~~~~~~~~~~~~~~~~~~~~~
2023-09-21T12:59:28.5917464Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/lz4-1.9.4/lz4.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/lz4-1.9.4/lz4.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:35.0274152Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/lz4-1.9.4/lz4hc.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/lz4-1.9.4/lz4hc.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:40.1666919Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/adler32.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/adler32.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:40.2924082Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/compress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/compress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:40.3386968Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/crc32.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/crc32.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:40.5406811Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/deflate.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/deflate.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:41.3992787Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/gzclose.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzclose.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:41.4527850Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/gzlib.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzlib.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:41.5967432Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/gzread.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzread.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:41.8045184Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzwrite.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:42.0338126Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/infback.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/infback.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:42.3607181Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/inffast.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/inffast.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:42.5982333Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/inflate.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/inflate.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:43.3454468Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/inftrees.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/inftrees.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:43.5213888Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/trees.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/trees.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:43.9798198Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/uncompr.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/uncompr.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:44.0277558Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/zutil.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/zutil.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:44.0829198Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/debug.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/debug.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:44.0978281Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/entropy_common.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/entropy_common.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:44.3193424Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/error_private.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/error_private.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:44.3716836Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/fse_decompress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/fse_decompress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:44.8797336Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/pool.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/pool.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:44.9395188Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/threading.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/threading.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:44.9533677Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/xxhash.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/xxhash.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:45.1587356Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/zstd_common.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/zstd_common.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:45.2269835Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/fse_compress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/fse_compress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:45.5697932Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/hist.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/hist.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:45.6885145Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/huf_compress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/huf_compress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:47.3652366Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:50.5305211Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_literals.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_literals.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:50.6535252Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_sequences.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_sequences.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:50.9862868Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_superblock.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_superblock.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:51.2822546Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_double_fast.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_double_fast.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:55.4693259Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_fast.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_fast.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:59.3352541Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_lazy.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_lazy.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:12.7057304Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_ldm.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_ldm.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:13.1616688Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_opt.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_opt.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:16.4534541Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:17.0441344Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/huf_decompress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/huf_decompress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:20.4127965Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_ddict.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_ddict.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:20.5370918Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:21.2709055Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress_block.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress_block.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:24.2422687Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_common.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_common.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:24.2928776Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_compress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_compress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:24.3751312Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_decompress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_decompress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:24.4148649Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/cover.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/cover.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:24.8734416Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/divsufsort.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/divsufsort.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:26.6168716Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/fastcover.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/fastcover.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:26.9658089Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/zdict.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/zdict.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:27.6520973Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:28.5308098Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c: In function ‘ZSTD_decompressSequences’:
2023-09-21T13:00:28.5310490Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1829:17: warning: ‘dumps’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2023-09-21T13:00:28.5421108Z  1829 |     const BYTE* dumps;
2023-09-21T13:00:28.5421498Z       |                 ^~~~~
2023-09-21T13:00:28.5422407Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1860:18: warning: ‘nbSeq’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2023-09-21T13:00:28.5423005Z  1860 |             nbSeq--;
2023-09-21T13:00:28.5423268Z       |             ~~~~~^~
2023-09-21T13:00:28.5424002Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1849:35: warning: ‘dumpsLength’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2023-09-21T13:00:28.5424816Z  1849 |         seqState.dumpsEnd = dumps + dumpsLength;
2023-09-21T13:00:28.5425181Z       |                             ~~~~~~^~~~~~~~~~~~~
2023-09-21T13:00:28.6827018Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c: In function ‘ZSTD_decompressBlock’:
2023-09-21T13:00:28.6828719Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1504:20: warning: ‘litbp.origSize’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2023-09-21T13:00:28.6829816Z  1504 |             size_t rleSize = litbp.origSize;
2023-09-21T13:00:28.6830396Z       |                    ^~~~~~~
2023-09-21T13:00:28.6831405Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1488:23: note: ‘litbp.origSize’ was declared here
2023-09-21T13:00:28.6832231Z  1488 |     blockProperties_t litbp;
2023-09-21T13:00:28.6832847Z       |                       ^~~~~
2023-09-21T13:00:28.6834409Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1495:5: warning: ‘*(unsigned int *)((char *)&litbp + offsetof(blockProperties_t, blockType))’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2023-09-21T13:00:28.6835511Z  1495 |     switch(litbp.blockType)
2023-09-21T13:00:28.6836009Z       |     ^~~~~~
2023-09-21T13:00:28.6837296Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1488:23: note: ‘*(unsigned int *)((char *)&litbp + offsetof(blockProperties_t, blockType))’ was declared here
2023-09-21T13:00:28.6838250Z  1488 |     blockProperties_t litbp;
2023-09-21T13:00:28.6838799Z       |                       ^~~~~
2023-09-21T13:00:28.7030137Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c: In function ‘ZSTDv01_decompressDCtx’:
2023-09-21T13:00:28.7032006Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1935:9: warning: ‘*(unsigned int *)((char *)&blockProperties + offsetof(blockProperties_t, blockType))’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2023-09-21T13:00:28.7032961Z  1935 |         switch(blockProperties.blockType)
2023-09-21T13:00:28.7033306Z       |         ^~~~~~
2023-09-21T13:00:28.8245443Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v02.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v02.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:31.1140070Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v03.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v03.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:32.9833914Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v04.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v04.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:34.7637778Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v05.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v05.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:36.6739132Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v06.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v06.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:38.3887644Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v07.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v07.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:40.2874633Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c hdf5-blosc/src/blosc_filter.c -o build/temp.linux-x86_64-cpython-311/hdf5-blosc/src/blosc_filter.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:40.3973154Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c hdf5-blosc2/src/blosc2_filter.c -o build/temp.linux-x86_64-cpython-311/hdf5-blosc2/src/blosc2_filter.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:40.8130998Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c src/H5ARRAY-opt.c -o build/temp.linux-x86_64-cpython-311/src/H5ARRAY-opt.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:40.8955701Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c src/H5ARRAY.c -o build/temp.linux-x86_64-cpython-311/src/H5ARRAY.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:41.3405333Z src/H5ARRAY.c: In function ‘H5ARRAYappend_records’:
2023-09-21T13:00:41.3406327Z src/H5ARRAY.c:276:15: warning: ‘*dims_36 + _10’ may be used uninitialized [-Wmaybe-uninitialized]
2023-09-21T13:00:41.3406967Z   276 |  dims[extdim] += dims_new[extdim];
2023-09-21T13:00:41.3407387Z       |               ^~
2023-09-21T13:00:41.4559696Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c src/H5ATTR.c -o build/temp.linux-x86_64-cpython-311/src/H5ATTR.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:41.5878128Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c src/H5VLARRAY.c -o build/temp.linux-x86_64-cpython-311/src/H5VLARRAY.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:41.7397934Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c src/typeconv.c -o build/temp.linux-x86_64-cpython-311/src/typeconv.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:41.8749293Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c src/utils.c -o build/temp.linux-x86_64-cpython-311/src/utils.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:42.1882723Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c tables/hdf5extension.c -o build/temp.linux-x86_64-cpython-311/tables/hdf5extension.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:43.6900695Z tables/hdf5extension.c: In function ‘__Pyx_PyInt_As_hbool_t’:
2023-09-21T13:00:43.6979675Z tables/hdf5extension.c:50035:64: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context]
2023-09-21T13:00:43.6980498Z 50035 |                                 return (hbool_t) (((hbool_t)-1)*(((((hbool_t)digits[1]) << PyLong_SHIFT) | (hbool_t)digits[0])));
2023-09-21T13:00:43.6980987Z       |                                                  ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2023-09-21T13:00:43.7124542Z tables/hdf5extension.c:50053:64: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context]
2023-09-21T13:00:43.7125500Z 50053 |                                 return (hbool_t) (((hbool_t)-1)*(((((((hbool_t)digits[2]) << PyLong_SHIFT) | (hbool_t)digits[1]) << PyLong_SHIFT) | (hbool_t)digits[0])));
2023-09-21T13:00:43.7126100Z       |                                                  ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2023-09-21T13:00:43.7269200Z tables/hdf5extension.c:50071:64: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context]
2023-09-21T13:00:43.7270610Z 50071 |                                 return (hbool_t) (((hbool_t)-1)*(((((((((hbool_t)digits[3]) << PyLong_SHIFT) | (hbool_t)digits[2]) << PyLong_SHIFT) | (hbool_t)digits[1]) << PyLong_SHIFT) | (hbool_t)digits[0])));
2023-09-21T13:00:43.7272016Z       |                                                  ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2023-09-21T13:01:05.6405557Z gcc -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.11.5/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.11.5/x64/lib build/temp.linux-x86_64-cpython-311/c-blosc/blosc/bitshuffle-avx2.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/bitshuffle-generic.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/bitshuffle-sse2.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/blosc.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/blosclz.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/fastcopy.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle-avx2.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle-generic.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle-sse2.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/lz4-1.9.4/lz4.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/lz4-1.9.4/lz4hc.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/adler32.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/compress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/crc32.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/deflate.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzclose.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzlib.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzread.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzwrite.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/infback.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/inffast.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/inflate.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/inftrees.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/trees.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/uncompr.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/zutil.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/debug.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/entropy_common.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/error_private.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/fse_decompress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/pool.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/threading.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/xxhash.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/zstd_common.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/fse_compress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/hist.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/huf_compress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_literals.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_sequences.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_superblock.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_double_fast.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_fast.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_lazy.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_ldm.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_opt.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/huf_decompress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_ddict.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress_block.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_common.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_compress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_decompress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/cover.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/divsufsort.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/fastcover.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/zdict.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v02.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v03.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v04.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v05.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v06.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v07.o build/temp.linux-x86_64-cpython-311/hdf5-blosc/src/blosc_filter.o build/temp.linux-x86_64-cpython-311/hdf5-blosc2/src/blosc2_filter.o build/temp.linux-x86_64-cpython-311/src/H5ARRAY-opt.o build/temp.linux-x86_64-cpython-311/src/H5ARRAY.o build/temp.linux-x86_64-cpython-311/src/H5ATTR.o build/temp.linux-x86_64-cpython-311/src/H5VLARRAY.o build/temp.linux-x86_64-cpython-311/src/typeconv.o build/temp.linux-x86_64-cpython-311/src/utils.o build/temp.linux-x86_64-cpython-311/tables/hdf5extension.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial -L/opt/hostedtoolcache/Python/3.11.5/x64/lib64 -L/opt/hostedtoolcache/Python/3.11.5/x64/lib -lhdf5 -lblosc2 -o build/lib.linux-x86_64-cpython-311/tables/hdf5extension.cpython-311-x86_64-linux-gnu.so
2023-09-21T13:01:05.8229066Z building 'tables.tableextension' extension
2023-09-21T13:01:05.8248097Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/bitshuffle-avx2.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/bitshuffle-avx2.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:06.4354078Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/bitshuffle-generic.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/bitshuffle-generic.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:06.8709831Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/bitshuffle-sse2.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/bitshuffle-sse2.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:07.4156355Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/blosc.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/blosc.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:07.7491730Z c-blosc/blosc/blosc.c: In function ‘blosc_d’:
2023-09-21T13:01:07.7494023Z c-blosc/blosc/blosc.c:763:38: warning: comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
2023-09-21T13:01:07.7591295Z   763 |     if (src_offset < 0 || src_offset > compressedsize - sizeof(int32_t)) {
2023-09-21T13:01:07.7592171Z       |                                      ^
2023-09-21T13:01:07.7592692Z c-blosc/blosc/blosc.c: In function ‘compute_blocksize’:
2023-09-21T13:01:07.7593525Z c-blosc/blosc/blosc.c:985:19: warning: comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
2023-09-21T13:01:07.7594302Z   985 |     if (blocksize > BLOSC_MAX_BLOCKSIZE) {
2023-09-21T13:01:07.7594631Z       |                   ^
2023-09-21T13:01:07.7595129Z c-blosc/blosc/blosc.c: In function ‘blosc_run_decompression_with_context’:
2023-09-21T13:01:07.7596017Z c-blosc/blosc/blosc.c:1458:53: warning: comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
2023-09-21T13:01:07.7596748Z  1458 |   if (context->blocksize <= 0 || context->blocksize > destsize ||
2023-09-21T13:01:07.7597153Z       |                                                     ^
2023-09-21T13:01:07.7597922Z c-blosc/blosc/blosc.c:1459:26: warning: comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
2023-09-21T13:01:07.7598672Z  1459 |       context->blocksize > BLOSC_MAX_BLOCKSIZE || context->typesize <= 0 ||
2023-09-21T13:01:07.7599066Z       |                          ^
2023-09-21T13:01:07.7599485Z c-blosc/blosc/blosc.c: In function ‘blosc_getitem’:
2023-09-21T13:01:07.7600278Z c-blosc/blosc/blosc.c:1596:57: warning: comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
2023-09-21T13:01:07.7600908Z  1596 |   if (blocksize <= 0 || blocksize > nbytes || blocksize > BLOSC_MAX_BLOCKSIZE ||
2023-09-21T13:01:07.7601335Z       |                                                         ^
2023-09-21T13:01:08.2951383Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/blosclz.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/blosclz.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:08.6014033Z c-blosc/blosc/blosclz.c:192:17: warning: ‘get_match_32’ defined but not used [-Wunused-function]
2023-09-21T13:01:08.6015079Z   192 | static uint8_t *get_match_32(uint8_t *ip, const uint8_t *ip_bound, const uint8_t *ref) {
2023-09-21T13:01:08.6015788Z       |                 ^~~~~~~~~~~~
2023-09-21T13:01:08.6020259Z c-blosc/blosc/blosclz.c:64:17: warning: ‘get_run_32’ defined but not used [-Wunused-function]
2023-09-21T13:01:08.6021004Z    64 | static uint8_t *get_run_32(uint8_t *ip, const uint8_t *ip_bound, const uint8_t *ref) {
2023-09-21T13:01:08.6021568Z       |                 ^~~~~~~~~~
2023-09-21T13:01:08.9258269Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/fastcopy.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/fastcopy.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:09.3757217Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/shuffle-avx2.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle-avx2.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:09.6668580Z c-blosc/blosc/shuffle-avx2.c: In function ‘shuffle16_tiled_avx2’:
2023-09-21T13:01:09.6670045Z c-blosc/blosc/shuffle-avx2.c:283:75: warning: operand of ‘?:’ changes signedness from ‘long long int’ to ‘long unsigned int’ due to unsignedness of other operand [-Wsign-compare]
2023-09-21T13:01:09.6671204Z   283 |       offset_into_type += (offset_into_type == 0 && vecs_per_el.rem > 0 ? vecs_per_el.rem : sizeof(__m128i))) {
2023-09-21T13:01:09.6672397Z       |                                                                           ^~~~~~~~~~~~~~~
2023-09-21T13:01:09.6685690Z c-blosc/blosc/shuffle-avx2.c: In function ‘unshuffle16_tiled_avx2’:
2023-09-21T13:01:09.6686854Z c-blosc/blosc/shuffle-avx2.c:540:73: warning: operand of ‘?:’ changes signedness from ‘long long int’ to ‘long unsigned int’ due to unsignedness of other operand [-Wsign-compare]
2023-09-21T13:01:09.6687819Z   540 |     offset_into_type += (offset_into_type == 0 && vecs_per_el.rem > 0 ? vecs_per_el.rem : sizeof(__m128i))) {
2023-09-21T13:01:09.6688604Z       |                                                                         ^~~~~~~~~~~~~~~
2023-09-21T13:01:10.2078050Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/shuffle-generic.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle-generic.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:10.5378820Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/shuffle-sse2.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle-sse2.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:11.2281656Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/shuffle.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:11.5315163Z In file included from c-blosc/blosc/shuffle.c:12:
2023-09-21T13:01:11.5317138Z c-blosc/blosc/shuffle-generic.h:61:13: warning: ‘unshuffle_generic_inline’ defined but not used [-Wunused-function]
2023-09-21T13:01:11.5318727Z    61 | static void unshuffle_generic_inline(const size_t type_size,
2023-09-21T13:01:11.5319824Z       |             ^~~~~~~~~~~~~~~~~~~~~~~~
2023-09-21T13:01:11.5321339Z c-blosc/blosc/shuffle-generic.h:32:13: warning: ‘shuffle_generic_inline’ defined but not used [-Wunused-function]
2023-09-21T13:01:11.5322553Z    32 | static void shuffle_generic_inline(const size_t type_size,
2023-09-21T13:01:11.5373314Z       |             ^~~~~~~~~~~~~~~~~~~~~~
2023-09-21T13:01:11.6034106Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/lz4-1.9.4/lz4.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/lz4-1.9.4/lz4.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:18.0557427Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/lz4-1.9.4/lz4hc.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/lz4-1.9.4/lz4hc.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:23.2719684Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/adler32.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/adler32.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:23.3987780Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/compress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/compress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:23.4439444Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/crc32.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/crc32.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:23.6493320Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/deflate.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/deflate.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:24.5069984Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/gzclose.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzclose.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:24.5574453Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/gzlib.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzlib.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:24.7011549Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/gzread.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzread.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:24.9082158Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzwrite.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:25.1346509Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/infback.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/infback.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:25.4624089Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/inffast.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/inffast.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:25.7059518Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/inflate.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/inflate.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:26.4723007Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/inftrees.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/inftrees.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:26.6534021Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/trees.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/trees.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:27.1116806Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/uncompr.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/uncompr.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:27.1636407Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/zutil.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/zutil.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:27.2199019Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/debug.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/debug.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:27.2345974Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/entropy_common.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/entropy_common.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:27.4603241Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/error_private.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/error_private.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:27.5175056Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/fse_decompress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/fse_decompress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:28.0277937Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/pool.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/pool.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:28.0878985Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/threading.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/threading.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:28.1048053Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/xxhash.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/xxhash.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:28.3113298Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/zstd_common.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/zstd_common.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:28.3832879Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/fse_compress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/fse_compress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:28.7284768Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/hist.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/hist.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:28.8481462Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/huf_compress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/huf_compress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:30.5275893Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:33.7062595Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_literals.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_literals.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:33.8356184Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_sequences.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_sequences.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:34.1680428Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_superblock.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_superblock.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:34.4638185Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_double_fast.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_double_fast.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:38.6340379Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_fast.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_fast.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:42.5346704Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_lazy.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_lazy.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:55.9003273Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_ldm.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_ldm.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:56.3568321Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_opt.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_opt.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:59.6316176Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:00.2319256Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/huf_decompress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/huf_decompress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:03.5947856Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_ddict.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_ddict.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:03.7164412Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:04.4526321Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress_block.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress_block.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:07.4290111Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_common.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_common.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:07.4808877Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_compress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_compress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:07.5650570Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_decompress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_decompress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:07.6065512Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/cover.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/cover.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:08.0827255Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/divsufsort.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/divsufsort.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:09.8709386Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/fastcover.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/fastcover.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:10.2142503Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/zdict.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/zdict.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:10.8977834Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:11.7836408Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c: In function ‘ZSTD_decompressSequences’:
2023-09-21T13:02:11.7837995Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1829:17: warning: ‘dumps’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2023-09-21T13:02:11.7935770Z  1829 |     const BYTE* dumps;
2023-09-21T13:02:11.7936355Z       |                 ^~~~~
2023-09-21T13:02:11.7937905Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1860:18: warning: ‘nbSeq’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2023-09-21T13:02:11.7938913Z  1860 |             nbSeq--;
2023-09-21T13:02:11.7939396Z       |             ~~~~~^~
2023-09-21T13:02:11.7940661Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1849:35: warning: ‘dumpsLength’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2023-09-21T13:02:11.7941262Z  1849 |         seqState.dumpsEnd = dumps + dumpsLength;
2023-09-21T13:02:11.7941620Z       |                             ~~~~~~^~~~~~~~~~~~~
2023-09-21T13:02:11.9355251Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c: In function ‘ZSTD_decompressBlock’:
2023-09-21T13:02:11.9356301Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1504:20: warning: ‘litbp.origSize’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2023-09-21T13:02:11.9357112Z  1504 |             size_t rleSize = litbp.origSize;
2023-09-21T13:02:11.9357449Z       |                    ^~~~~~~
2023-09-21T13:02:11.9358034Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1488:23: note: ‘litbp.origSize’ was declared here
2023-09-21T13:02:11.9358504Z  1488 |     blockProperties_t litbp;
2023-09-21T13:02:11.9358823Z       |                       ^~~~~
2023-09-21T13:02:11.9359769Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1495:5: warning: ‘*(unsigned int *)((char *)&litbp + offsetof(blockProperties_t, blockType))’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2023-09-21T13:02:11.9360401Z  1495 |     switch(litbp.blockType)
2023-09-21T13:02:11.9360708Z       |     ^~~~~~
2023-09-21T13:02:11.9361430Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1488:23: note: ‘*(unsigned int *)((char *)&litbp + offsetof(blockProperties_t, blockType))’ was declared here
2023-09-21T13:02:11.9361976Z  1488 |     blockProperties_t litbp;
2023-09-21T13:02:11.9362296Z       |                       ^~~~~
2023-09-21T13:02:11.9564914Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c: In function ‘ZSTDv01_decompressDCtx’:
2023-09-21T13:02:11.9566063Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1935:9: warning: ‘*(unsigned int *)((char *)&blockProperties + offsetof(blockProperties_t, blockType))’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2023-09-21T13:02:11.9567029Z  1935 |         switch(blockProperties.blockType)
2023-09-21T13:02:11.9567355Z       |         ^~~~~~
2023-09-21T13:02:12.0789164Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v02.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v02.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:14.3312041Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v03.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v03.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:16.2056932Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v04.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v04.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:17.9774100Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v05.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v05.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:19.9216765Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v06.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v06.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:21.6530917Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v07.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v07.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:23.5490546Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c hdf5-blosc/src/blosc_filter.c -o build/temp.linux-x86_64-cpython-311/hdf5-blosc/src/blosc_filter.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:23.6601580Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c hdf5-blosc2/src/blosc2_filter.c -o build/temp.linux-x86_64-cpython-311/hdf5-blosc2/src/blosc2_filter.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:24.0793965Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c src/H5ATTR.c -o build/temp.linux-x86_64-cpython-311/src/H5ATTR.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:24.2116419Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c src/H5TB-opt.c -o build/temp.linux-x86_64-cpython-311/src/H5TB-opt.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:24.5291792Z In file included from hdf5-blosc2/src/blosc2_filter.h:8,
2023-09-21T13:02:24.5292320Z                  from src/H5TB-opt.c:39:
2023-09-21T13:02:24.5292801Z src/H5TB-opt.c: In function ‘read_records_blosc2’:
2023-09-21T13:02:24.5293759Z /opt/hostedtoolcache/Python/3.11.5/x64/include/blosc2.h:104:25: warning: format ‘%zd’ expects argument of type ‘signed size_t’, but argument 4 has type ‘hsize_t’ {aka ‘long long unsigned int’} [-Wformat=]
2023-09-21T13:02:24.5294629Z   104 |         fprintf(stderr, "[%s] - " msg " (%s:%d)\n", #cat, ##__VA_ARGS__, __FILE__, __LINE__); \
2023-09-21T13:02:24.5295039Z       |                         ^~~~~~~~~
2023-09-21T13:02:24.5295654Z /opt/hostedtoolcache/Python/3.11.5/x64/include/blosc2.h:97:37: note: in expansion of macro ‘BLOSC_TRACE’
2023-09-21T13:02:24.5296198Z    97 | #define BLOSC_TRACE_ERROR(msg, ...) BLOSC_TRACE(error, msg, ##__VA_ARGS__)
2023-09-21T13:02:24.5296617Z       |                                     ^~~~~~~~~~~
2023-09-21T13:02:24.5297093Z src/H5TB-opt.c:438:4: note: in expansion of macro ‘BLOSC_TRACE_ERROR’
2023-09-21T13:02:24.5297590Z   438 |    BLOSC_TRACE_ERROR("Cannot get lazy chunk %zd in %s\n", nchunk, filename);
2023-09-21T13:02:24.5297971Z       |    ^~~~~~~~~~~~~~~~~
2023-09-21T13:02:24.7435799Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c src/typeconv.c -o build/temp.linux-x86_64-cpython-311/src/typeconv.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:24.8768926Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c src/utils.c -o build/temp.linux-x86_64-cpython-311/src/utils.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:25.1949681Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c tables/tableextension.c -o build/temp.linux-x86_64-cpython-311/tables/tableextension.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:26.2003598Z tables/tableextension.c: In function ‘__Pyx_PyInt_As_hbool_t’:
2023-09-21T13:02:26.2056265Z tables/tableextension.c:34167:64: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context]
2023-09-21T13:02:26.2058218Z 34167 |                                 return (hbool_t) (((hbool_t)-1)*(((((hbool_t)digits[1]) << PyLong_SHIFT) | (hbool_t)digits[0])));
2023-09-21T13:02:26.2059611Z       |                                                  ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2023-09-21T13:02:26.2153786Z tables/tableextension.c:34185:64: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context]
2023-09-21T13:02:26.2155048Z 34185 |                                 return (hbool_t) (((hbool_t)-1)*(((((((hbool_t)digits[2]) << PyLong_SHIFT) | (hbool_t)digits[1]) << PyLong_SHIFT) | (hbool_t)digits[0])));
2023-09-21T13:02:26.2156561Z       |                                                  ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2023-09-21T13:02:26.2254556Z tables/tableextension.c:34203:64: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context]
2023-09-21T13:02:26.2255876Z 34203 |                                 return (hbool_t) (((hbool_t)-1)*(((((((((hbool_t)digits[3]) << PyLong_SHIFT) | (hbool_t)digits[2]) << PyLong_SHIFT) | (hbool_t)digits[1]) << PyLong_SHIFT) | (hbool_t)digits[0])));
2023-09-21T13:02:26.2256695Z       |                                                  ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2023-09-21T13:02:38.8296907Z gcc -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.11.5/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.11.5/x64/lib build/temp.linux-x86_64-cpython-311/c-blosc/blosc/bitshuffle-avx2.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/bitshuffle-generic.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/bitshuffle-sse2.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/blosc.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/blosclz.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/fastcopy.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle-avx2.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle-generic.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle-sse2.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/lz4-1.9.4/lz4.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/lz4-1.9.4/lz4hc.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/adler32.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/compress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/crc32.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/deflate.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzclose.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzlib.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzread.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzwrite.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/infback.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/inffast.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/inflate.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/inftrees.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/trees.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/uncompr.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/zutil.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/debug.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/entropy_common.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/error_private.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/fse_decompress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/pool.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/threading.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/xxhash.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/zstd_common.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/fse_compress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/hist.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/huf_compress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_literals.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_sequences.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_superblock.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_double_fast.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_fast.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_lazy.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_ldm.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_opt.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/huf_decompress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_ddict.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress_block.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_common.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_compress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_decompress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/cover.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/divsufsort.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/fastcover.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/zdict.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v02.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v03.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v04.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v05.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v06.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v07.o build/temp.linux-x86_64-cpython-311/hdf5-blosc/src/blosc_filter.o build/temp.linux-x86_64-cpython-311/hdf5-blosc2/src/blosc2_filter.o build/temp.linux-x86_64-cpython-311/src/H5ATTR.o build/temp.linux-x86_64-cpython-311/src/H5TB-opt.o build/temp.linux-x86_64-cpython-311/src/typeconv.o build/temp.linux-x86_64-cpython-311/src/utils.o build/temp.linux-x86_64-cpython-311/tables/tableextension.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial -L/opt/hostedtoolcache/Python/3.11.5/x64/lib64 -L/opt/hostedtoolcache/Python/3.11.5/x64/lib -lhdf5 -lblosc2 -o build/lib.linux-x86_64-cpython-311/tables/tableextension.cpython-311-x86_64-linux-gnu.so
2023-09-21T13:02:38.9964423Z building 'tables._comp_lzo' extension
2023-09-21T13:02:38.9968301Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c src/H5Zlzo.c -o build/temp.linux-x86_64-cpython-311/src/H5Zlzo.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:39.0820906Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c tables/_comp_lzo.c -o build/temp.linux-x86_64-cpython-311/tables/_comp_lzo.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:39.9751798Z gcc -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.11.5/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.11.5/x64/lib build/temp.linux-x86_64-cpython-311/src/H5Zlzo.o build/temp.linux-x86_64-cpython-311/tables/_comp_lzo.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial -L/opt/hostedtoolcache/Python/3.11.5/x64/lib64 -L/opt/hostedtoolcache/Python/3.11.5/x64/lib -lhdf5 -llzo2 -o build/lib.linux-x86_64-cpython-311/tables/_comp_lzo.cpython-311-x86_64-linux-gnu.so
2023-09-21T13:02:40.0225530Z building 'tables._comp_bzip2' extension
2023-09-21T13:02:40.0231095Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c src/H5Zbzip2.c -o build/temp.linux-x86_64-cpython-311/src/H5Zbzip2.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:40.1061435Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c tables/_comp_bzip2.c -o build/temp.linux-x86_64-cpython-311/tables/_comp_bzip2.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:40.9978047Z gcc -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.11.5/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.11.5/x64/lib build/temp.linux-x86_64-cpython-311/src/H5Zbzip2.o build/temp.linux-x86_64-cpython-311/tables/_comp_bzip2.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial -L/opt/hostedtoolcache/Python/3.11.5/x64/lib64 -L/opt/hostedtoolcache/Python/3.11.5/x64/lib -lhdf5 -lbz2 -o build/lib.linux-x86_64-cpython-311/tables/_comp_bzip2.cpython-311-x86_64-linux-gnu.so
2023-09-21T13:02:41.0442631Z building 'tables.linkextension' extension
2023-09-21T13:02:41.0449061Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c tables/linkextension.c -o build/temp.linux-x86_64-cpython-311/tables/linkextension.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:45.8243769Z gcc -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.11.5/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.11.5/x64/lib build/temp.linux-x86_64-cpython-311/tables/linkextension.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial -L/opt/hostedtoolcache/Python/3.11.5/x64/lib64 -L/opt/hostedtoolcache/Python/3.11.5/x64/lib -lhdf5 -lblosc2 -o build/lib.linux-x86_64-cpython-311/tables/linkextension.cpython-311-x86_64-linux-gnu.so
2023-09-21T13:02:45.8754135Z building 'tables.lrucacheextension' extension
2023-09-21T13:02:45.8759820Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c tables/lrucacheextension.c -o build/temp.linux-x86_64-cpython-311/tables/lrucacheextension.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:51.7991263Z gcc -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.11.5/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.11.5/x64/lib build/temp.linux-x86_64-cpython-311/tables/lrucacheextension.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial -L/opt/hostedtoolcache/Python/3.11.5/x64/lib64 -L/opt/hostedtoolcache/Python/3.11.5/x64/lib -o build/lib.linux-x86_64-cpython-311/tables/lrucacheextension.cpython-311-x86_64-linux-gnu.so
2023-09-21T13:02:51.8350266Z building 'tables.indexesextension' extension
2023-09-21T13:02:51.8355355Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c src/H5ARRAY-opt.c -o build/temp.linux-x86_64-cpython-311/src/H5ARRAY-opt.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:51.9201412Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c src/idx-opt.c -o build/temp.linux-x86_64-cpython-311/src/idx-opt.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:52.1880615Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c tables/indexesextension.c -o build/temp.linux-x86_64-cpython-311/tables/indexesextension.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:03:03.1926089Z gcc -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.11.5/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.11.5/x64/lib build/temp.linux-x86_64-cpython-311/src/H5ARRAY-opt.o build/temp.linux-x86_64-cpython-311/src/idx-opt.o build/temp.linux-x86_64-cpython-311/tables/indexesextension.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial -L/opt/hostedtoolcache/Python/3.11.5/x64/lib64 -L/opt/hostedtoolcache/Python/3.11.5/x64/lib -lhdf5 -lblosc2 -o build/lib.linux-x86_64-cpython-311/tables/indexesextension.cpython-311-x86_64-linux-gnu.so
2023-09-21T13:03:03.5277741Z make PYTHONPATH="/home/runner/work/PyTables/PyTables/build/lib.linux-x86_64-cpython-311" -C doc html
2023-09-21T13:03:03.5302783Z make[1]: Entering directory '/home/runner/work/PyTables/PyTables/doc'
2023-09-21T13:03:03.8540187Z Running Sphinx v7.2.6
2023-09-21T13:03:05.0506885Z making output directory... done
2023-09-21T13:03:05.0623716Z building [mo]: targets for 0 po files that are out of date
2023-09-21T13:03:05.0625507Z writing output... 
2023-09-21T13:03:05.0651429Z building [html]: targets for 77 source files that are out of date
2023-09-21T13:03:05.0674204Z updating environment: [new config] 77 added, 0 changed, 0 removed
2023-09-21T13:03:05.2348153Z [2Kreading sources... [  1%] FAQ
2023-09-21T13:03:05.2815961Z [2Kreading sources... [  3%] MIGRATING_TO_2.x
2023-09-21T13:03:05.5116890Z [2Kreading sources... [  4%] MIGRATING_TO_3.x
2023-09-21T13:03:05.5195407Z [2Kreading sources... [  5%] cookbook/custom_data_types
2023-09-21T13:03:05.6121155Z [2Kreading sources... [  6%] cookbook/hints_for_sql_users
2023-09-21T13:03:05.6167541Z [2Kreading sources... [  8%] cookbook/index
2023-09-21T13:03:05.6357137Z [2Kreading sources... [  9%] cookbook/inmemory_hdf5_files
2023-09-21T13:03:05.6622032Z [2Kreading sources... [ 10%] cookbook/no_root_install
2023-09-21T13:03:05.6746704Z [2Kreading sources... [ 12%] cookbook/py2exe_howto
2023-09-21T13:03:05.6802236Z [2Kreading sources... [ 13%] cookbook/simple_table
2023-09-21T13:03:05.6861987Z [2Kreading sources... [ 14%] cookbook/tailoring_atexit_hooks
2023-09-21T13:03:05.7070886Z [2Kreading sources... [ 16%] cookbook/threading
2023-09-21T13:03:05.7140430Z [2Kreading sources... [ 17%] dev_team
2023-09-21T13:03:05.7239636Z [2Kreading sources... [ 18%] development
2023-09-21T13:03:05.7339730Z [2Kreading sources... [ 19%] downloads
2023-09-21T13:03:05.7451945Z [2Kreading sources... [ 21%] index
2023-09-21T13:03:05.7644038Z [2Kreading sources... [ 22%] other_material
2023-09-21T13:03:05.7725561Z [2Kreading sources... [ 23%] project_pointers
2023-09-21T13:03:05.7779975Z [2Kreading sources... [ 25%] release-notes/RELEASE_NOTES_v0.7.1
2023-09-21T13:03:05.7841281Z [2Kreading sources... [ 26%] release-notes/RELEASE_NOTES_v0.7.2
2023-09-21T13:03:05.7994000Z [2Kreading sources... [ 27%] release-notes/RELEASE_NOTES_v0.8
2023-09-21T13:03:05.8148994Z [2Kreading sources... [ 29%] release-notes/RELEASE_NOTES_v0.9
2023-09-21T13:03:05.8246703Z [2Kreading sources... [ 30%] release-notes/RELEASE_NOTES_v0.9.1
2023-09-21T13:03:05.9233733Z [2Kreading sources... [ 31%] release-notes/RELEASE_NOTES_v1.0
2023-09-21T13:03:05.9359719Z [2Kreading sources... [ 32%] release-notes/RELEASE_NOTES_v1.1
2023-09-21T13:03:05.9491183Z [2Kreading sources... [ 34%] release-notes/RELEASE_NOTES_v1.1.1
2023-09-21T13:03:05.9700093Z [2Kreading sources... [ 35%] release-notes/RELEASE_NOTES_v1.2
2023-09-21T13:03:05.9807213Z [2Kreading sources... [ 36%] release-notes/RELEASE_NOTES_v1.2.1
2023-09-21T13:03:05.9930812Z [2Kreading sources... [ 38%] release-notes/RELEASE_NOTES_v1.2.2
2023-09-21T13:03:06.0040081Z [2Kreading sources... [ 39%] release-notes/RELEASE_NOTES_v1.2.3
2023-09-21T13:03:06.0158417Z [2Kreading sources... [ 40%] release-notes/RELEASE_NOTES_v1.3
2023-09-21T13:03:06.0274697Z [2Kreading sources... [ 42%] release-notes/RELEASE_NOTES_v1.3.1
2023-09-21T13:03:06.0404768Z [2Kreading sources... [ 43%] release-notes/RELEASE_NOTES_v1.3.2
2023-09-21T13:03:06.0514289Z [2Kreading sources... [ 44%] release-notes/RELEASE_NOTES_v1.3.3
2023-09-21T13:03:06.0650514Z [2Kreading sources... [ 45%] release-notes/RELEASE_NOTES_v1.4
2023-09-21T13:03:06.1480178Z [2Kreading sources... [ 47%] release-notes/RELEASE_NOTES_v2.0.x
2023-09-21T13:03:06.2362427Z [2Kreading sources... [ 48%] release-notes/RELEASE_NOTES_v2.0.x-pro
2023-09-21T13:03:06.2562969Z [2Kreading sources... [ 49%] release-notes/RELEASE_NOTES_v2.1.x
2023-09-21T13:03:06.2776885Z [2Kreading sources... [ 51%] release-notes/RELEASE_NOTES_v2.1.x-pro
2023-09-21T13:03:06.3435360Z [2Kreading sources... [ 52%] release-notes/RELEASE_NOTES_v2.2.x
2023-09-21T13:03:06.4106262Z [2Kreading sources... [ 53%] release-notes/RELEASE_NOTES_v2.2.x-pro
2023-09-21T13:03:06.4296397Z [2Kreading sources... [ 55%] release-notes/RELEASE_NOTES_v2.3.x
2023-09-21T13:03:06.4646183Z [2Kreading sources... [ 56%] release-notes/RELEASE_NOTES_v2.4.x
2023-09-21T13:03:06.5396594Z [2Kreading sources... [ 57%] release-notes/RELEASE_NOTES_v3.0.x
2023-09-21T13:03:06.6620964Z [2Kreading sources... [ 58%] release-notes/RELEASE_NOTES_v3.1.x
2023-09-21T13:03:06.7268072Z [2Kreading sources... [ 60%] release-notes/RELEASE_NOTES_v3.2.x
2023-09-21T13:03:06.7359875Z [2Kreading sources... [ 61%] release-notes/RELEASE_NOTES_v3.3.x
2023-09-21T13:03:06.7656595Z [2Kreading sources... [ 62%] release-notes/RELEASE_NOTES_v3.4.x
2023-09-21T13:03:06.7783988Z [2Kreading sources... [ 64%] release-notes/RELEASE_NOTES_v3.5.x
2023-09-21T13:03:06.7887130Z [2Kreading sources... [ 65%] release-notes/RELEASE_NOTES_v3.6.x
2023-09-21T13:03:06.8172755Z [2Kreading sources... [ 66%] release-notes/RELEASE_NOTES_v3.7.x
2023-09-21T13:03:06.8448920Z [2Kreading sources... [ 68%] release-notes/RELEASE_NOTES_v3.8.x
2023-09-21T13:03:06.9083125Z [2Kreading sources... [ 69%] release_notes
2023-09-21T13:03:06.9569027Z [2Kreading sources... [ 70%] usersguide/bibliography
2023-09-21T13:03:06.9780888Z [2Kreading sources... [ 71%] usersguide/condition_syntax
2023-09-21T13:03:07.0278307Z [2Kreading sources... [ 73%] usersguide/datatypes
2023-09-21T13:03:07.1078439Z [2Kreading sources... [ 74%] usersguide/file_format
2023-09-21T13:03:07.1356712Z [2Kreading sources... [ 75%] usersguide/filenode
2023-09-21T13:03:07.1470793Z [2Kreading sources... [ 77%] usersguide/index
2023-09-21T13:03:07.2379746Z [2Kreading sources... [ 78%] usersguide/installation
2023-09-21T13:03:07.3748606Z [2Kreading sources... [ 79%] usersguide/introduction
2023-09-21T13:03:07.3809870Z [2Kreading sources... [ 81%] usersguide/libref
2023-09-21T13:03:09.4359710Z [2Kreading sources... [ 82%] usersguide/libref/declarative_classes
2023-09-21T13:03:09.5323435Z [2Kreading sources... [ 83%] usersguide/libref/expr_class
2023-09-21T13:03:10.2668945Z [2Kreading sources... [ 84%] usersguide/libref/file_class
2023-09-21T13:03:10.5667569Z [2Kreading sources... [ 86%] usersguide/libref/filenode_classes
2023-09-21T13:03:11.3950746Z [2Kreading sources... [ 87%] usersguide/libref/helper_classes
2023-09-21T13:03:11.7166985Z [2Kreading sources... [ 88%] usersguide/libref/hierarchy_classes
2023-09-21T13:03:11.9905743Z [2Kreading sources... [ 90%] usersguide/libref/homogenous_storage
2023-09-21T13:03:12.0838732Z [2Kreading sources... [ 91%] usersguide/libref/link_classes
2023-09-21T13:03:12.9252032Z [2Kreading sources... [ 92%] usersguide/libref/structured_storage
2023-09-21T13:03:13.0684094Z [2Kreading sources... [ 94%] usersguide/libref/top_level
2023-09-21T13:03:13.2339806Z [2Kreading sources... [ 95%] usersguide/optimization
2023-09-21T13:03:13.4122197Z [2Kreading sources... [ 96%] usersguide/parameter_files
2023-09-21T13:03:13.5753821Z [2Kreading sources... [ 97%] usersguide/tutorials
2023-09-21T13:03:13.6062319Z [2Kreading sources... [ 99%] usersguide/usersguide
2023-09-21T13:03:13.6377015Z /home/runner/work/PyTables/PyTables/doc/source/usersguide/installation.rst:55: WARNING: Explicit markup ends without a blank line; unexpected unindent.
2023-09-21T13:03:13.6378013Z [2Kreading sources... [100%] usersguide/utilities
2023-09-21T13:03:13.6378642Z /home/runner/work/PyTables/PyTables/doc/source/usersguide/installation.rst:56: WARNING: Bullet list ends without a blank line; unexpected unindent.
2023-09-21T13:03:13.6379622Z /home/runner/work/PyTables/PyTables/doc/source/usersguide/installation.rst:57: WARNING: Explicit markup ends without a blank line; unexpected unindent.
2023-09-21T13:03:13.6380378Z /home/runner/work/PyTables/PyTables/doc/source/usersguide/installation.rst:58: WARNING: Bullet list ends without a blank line; unexpected unindent.
2023-09-21T13:03:13.6381146Z /home/runner/work/PyTables/PyTables/doc/source/usersguide/installation.rst:59: WARNING: Explicit markup ends without a blank line; unexpected unindent.
2023-09-21T13:03:13.6381905Z /home/runner/work/PyTables/PyTables/doc/source/usersguide/installation.rst:60: WARNING: Bullet list ends without a blank line; unexpected unindent.
2023-09-21T13:03:13.6382667Z /home/runner/work/PyTables/PyTables/doc/source/usersguide/installation.rst:61: WARNING: Explicit markup ends without a blank line; unexpected unindent.
2023-09-21T13:03:13.6384102Z looking for now-outdated files... none found
2023-09-21T13:03:13.8492442Z pickling environment... done
2023-09-21T13:03:13.8492980Z checking consistency... done
2023-09-21T13:03:13.8512637Z preparing documents... done
2023-09-21T13:03:13.8520340Z copying assets... [2Kcopying downloadable files... [ 33%] cookbook/py2exe_howto/pytables_test.py
2023-09-21T13:03:13.8524599Z [2Kcopying downloadable files... [ 67%] ../../examples/simple_threading.py
2023-09-21T13:03:13.8528852Z [2Kcopying downloadable files... [100%] ../../examples/threading_monkeypatch.py
2023-09-21T13:03:13.8728459Z copying static files... done
2023-09-21T13:03:13.8728880Z copying extra files... done
2023-09-21T13:03:13.8729176Z done
2023-09-21T13:03:14.0570418Z [2Kwriting output... [  1%] FAQ
2023-09-21T13:03:14.3137171Z [2Kwriting output... [  3%] MIGRATING_TO_2.x
2023-09-21T13:03:14.4578948Z [2Kwriting output... [  4%] MIGRATING_TO_3.x
2023-09-21T13:03:14.4846097Z [2Kwriting output... [  5%] cookbook/custom_data_types
2023-09-21T13:03:14.6140245Z [2Kwriting output... [  6%] cookbook/hints_for_sql_users
2023-09-21T13:03:14.6283626Z [2Kwriting output... [  8%] cookbook/index
2023-09-21T13:03:14.6630884Z [2Kwriting output... [  9%] cookbook/inmemory_hdf5_files
2023-09-21T13:03:14.6994425Z [2Kwriting output... [ 10%] cookbook/no_root_install
2023-09-21T13:03:14.7313885Z [2Kwriting output... [ 12%] cookbook/py2exe_howto
2023-09-21T13:03:14.7604265Z [2Kwriting output... [ 13%] cookbook/simple_table
2023-09-21T13:03:14.7792165Z [2Kwriting output... [ 14%] cookbook/tailoring_atexit_hooks
2023-09-21T13:03:14.8302960Z [2Kwriting output... [ 16%] cookbook/threading
2023-09-21T13:03:14.8385451Z [2Kwriting output... [ 17%] dev_team
2023-09-21T13:03:14.8509486Z [2Kwriting output... [ 18%] development
2023-09-21T13:03:14.8685155Z [2Kwriting output... [ 19%] downloads
2023-09-21T13:03:14.9267984Z [2Kwriting output... [ 21%] index
2023-09-21T13:03:14.9482780Z [2Kwriting output... [ 22%] other_material
2023-09-21T13:03:14.9578991Z [2Kwriting output... [ 23%] project_pointers
2023-09-21T13:03:14.9764570Z [2Kwriting output... [ 25%] release-notes/RELEASE_NOTES_v0.7.1
2023-09-21T13:03:14.9954775Z [2Kwriting output... [ 26%] release-notes/RELEASE_NOTES_v0.7.2
2023-09-21T13:03:15.0322510Z [2Kwriting output... [ 27%] release-notes/RELEASE_NOTES_v0.8
2023-09-21T13:03:15.0663515Z [2Kwriting output... [ 29%] release-notes/RELEASE_NOTES_v0.9
2023-09-21T13:03:15.0899749Z [2Kwriting output... [ 30%] release-notes/RELEASE_NOTES_v0.9.1
2023-09-21T13:03:15.1404429Z [2Kwriting output... [ 31%] release-notes/RELEASE_NOTES_v1.0
2023-09-21T13:03:15.1609823Z [2Kwriting output... [ 32%] release-notes/RELEASE_NOTES_v1.1
2023-09-21T13:03:15.1797751Z [2Kwriting output... [ 34%] release-notes/RELEASE_NOTES_v1.1.1
2023-09-21T13:03:15.2102201Z [2Kwriting output... [ 35%] release-notes/RELEASE_NOTES_v1.2
2023-09-21T13:03:15.2265041Z [2Kwriting output... [ 36%] release-notes/RELEASE_NOTES_v1.2.1
2023-09-21T13:03:15.2444324Z [2Kwriting output... [ 38%] release-notes/RELEASE_NOTES_v1.2.2
2023-09-21T13:03:15.2603828Z [2Kwriting output... [ 39%] release-notes/RELEASE_NOTES_v1.2.3
2023-09-21T13:03:15.2806356Z [2Kwriting output... [ 40%] release-notes/RELEASE_NOTES_v1.3
2023-09-21T13:03:15.3000615Z [2Kwriting output... [ 42%] release-notes/RELEASE_NOTES_v1.3.1
2023-09-21T13:03:15.3219185Z [2Kwriting output... [ 43%] release-notes/RELEASE_NOTES_v1.3.2
2023-09-21T13:03:15.3380887Z [2Kwriting output... [ 44%] release-notes/RELEASE_NOTES_v1.3.3
2023-09-21T13:03:15.3594681Z [2Kwriting output... [ 45%] release-notes/RELEASE_NOTES_v1.4
2023-09-21T13:03:15.4436277Z [2Kwriting output... [ 47%] release-notes/RELEASE_NOTES_v2.0.x
2023-09-21T13:03:15.5272662Z [2Kwriting output... [ 48%] release-notes/RELEASE_NOTES_v2.0.x-pro
2023-09-21T13:03:15.5586562Z [2Kwriting output... [ 49%] release-notes/RELEASE_NOTES_v2.1.x
2023-09-21T13:03:15.5861804Z [2Kwriting output... [ 51%] release-notes/RELEASE_NOTES_v2.1.x-pro
2023-09-21T13:03:15.6596549Z [2Kwriting output... [ 52%] release-notes/RELEASE_NOTES_v2.2.x
2023-09-21T13:03:15.7309910Z [2Kwriting output... [ 53%] release-notes/RELEASE_NOTES_v2.2.x-pro
2023-09-21T13:03:15.7606014Z [2Kwriting output... [ 55%] release-notes/RELEASE_NOTES_v2.3.x
2023-09-21T13:03:15.7977880Z [2Kwriting output... [ 56%] release-notes/RELEASE_NOTES_v2.4.x
2023-09-21T13:03:15.8624106Z [2Kwriting output... [ 57%] release-notes/RELEASE_NOTES_v3.0.x
2023-09-21T13:03:15.9175487Z [2Kwriting output... [ 58%] release-notes/RELEASE_NOTES_v3.1.x
2023-09-21T13:03:15.9750547Z [2Kwriting output... [ 60%] release-notes/RELEASE_NOTES_v3.2.x
2023-09-21T13:03:15.9940331Z [2Kwriting output... [ 61%] release-notes/RELEASE_NOTES_v3.3.x
2023-09-21T13:03:16.0255026Z [2Kwriting output... [ 62%] release-notes/RELEASE_NOTES_v3.4.x
2023-09-21T13:03:16.0465396Z [2Kwriting output... [ 64%] release-notes/RELEASE_NOTES_v3.5.x
2023-09-21T13:03:16.0656881Z [2Kwriting output... [ 65%] release-notes/RELEASE_NOTES_v3.6.x
2023-09-21T13:03:16.0950149Z [2Kwriting output... [ 66%] release-notes/RELEASE_NOTES_v3.7.x
2023-09-21T13:03:16.1253376Z [2Kwriting output... [ 68%] release-notes/RELEASE_NOTES_v3.8.x
2023-09-21T13:03:16.1676772Z [2Kwriting output... [ 69%] release_notes
2023-09-21T13:03:16.2006401Z [2Kwriting output... [ 70%] usersguide/bibliography
2023-09-21T13:03:16.2300244Z [2Kwriting output... [ 71%] usersguide/condition_syntax
2023-09-21T13:03:16.2599574Z [2Kwriting output... [ 73%] usersguide/datatypes
2023-09-21T13:03:16.3095759Z [2Kwriting output... [ 74%] usersguide/file_format
2023-09-21T13:03:16.3634291Z [2Kwriting output... [ 75%] usersguide/filenode
2023-09-21T13:03:16.6646702Z [2Kwriting output... [ 77%] usersguide/index
2023-09-21T13:03:16.7539057Z [2Kwriting output... [ 78%] usersguide/installation
2023-09-21T13:03:16.8148487Z [2Kwriting output... [ 79%] usersguide/introduction
2023-09-21T13:03:16.8552605Z [2Kwriting output... [ 81%] usersguide/libref
2023-09-21T13:03:17.0061591Z [2Kwriting output... [ 82%] usersguide/libref/declarative_classes
2023-09-21T13:03:17.0475040Z [2Kwriting output... [ 83%] usersguide/libref/expr_class
2023-09-21T13:03:17.2236564Z [2Kwriting output... [ 84%] usersguide/libref/file_class
2023-09-21T13:03:17.2898772Z [2Kwriting output... [ 86%] usersguide/libref/filenode_classes
2023-09-21T13:03:17.4177731Z [2Kwriting output... [ 87%] usersguide/libref/helper_classes
2023-09-21T13:03:17.5400071Z [2Kwriting output... [ 88%] usersguide/libref/hierarchy_classes
2023-09-21T13:03:17.6607211Z [2Kwriting output... [ 90%] usersguide/libref/homogenous_storage
2023-09-21T13:03:17.7023306Z [2Kwriting output... [ 91%] usersguide/libref/link_classes
2023-09-21T13:03:17.9088420Z [2Kwriting output... [ 92%] usersguide/libref/structured_storage
2023-09-21T13:03:17.9516047Z [2Kwriting output... [ 94%] usersguide/libref/top_level
2023-09-21T13:03:18.0834677Z [2Kwriting output... [ 95%] usersguide/optimization
2023-09-21T13:03:18.1559105Z [2Kwriting output... [ 96%] usersguide/parameter_files
2023-09-21T13:03:18.4617673Z [2Kwriting output... [ 97%] usersguide/tutorials
2023-09-21T13:03:18.7346587Z [2Kwriting output... [ 99%] usersguide/usersguide
2023-09-21T13:03:18.8029449Z [2Kwriting output... [100%] usersguide/utilities
2023-09-21T13:03:18.8474177Z generating indices... genindex py-modindex done
2023-09-21T13:03:18.9210442Z [2Khighlighting module code... [  4%] tables.array
2023-09-21T13:03:18.9900193Z [2Khighlighting module code... [  7%] tables.atom
2023-09-21T13:03:19.0340849Z [2Khighlighting module code... [ 11%] tables.attributeset
2023-09-21T13:03:19.0540614Z [2Khighlighting module code... [ 15%] tables.carray
2023-09-21T13:03:19.1242158Z [2Khighlighting module code... [ 19%] tables.description
2023-09-21T13:03:19.1409987Z [2Khighlighting module code... [ 22%] tables.earray
2023-09-21T13:03:19.1563252Z [2Khighlighting module code... [ 26%] tables.exceptions
2023-09-21T13:03:19.2091652Z [2Khighlighting module code... [ 30%] tables.expression
2023-09-21T13:03:19.3622007Z [2Khighlighting module code... [ 33%] tables.file
2023-09-21T13:03:19.3912606Z [2Khighlighting module code... [ 37%] tables.filters
2023-09-21T13:03:19.4151579Z [2Khighlighting module code... [ 41%] tables.flavor
2023-09-21T13:03:19.4920387Z [2Khighlighting module code... [ 44%] tables.group
2023-09-21T13:03:19.4921258Z [2Khighlighting module code... [ 48%] tables.hdf5extension
2023-09-21T13:03:19.7177983Z [2Khighlighting module code... [ 52%] tables.index
2023-09-21T13:03:19.7341569Z [2Khighlighting module code... [ 56%] tables.indexes
2023-09-21T13:03:19.7829210Z [2Khighlighting module code... [ 59%] tables.leaf
2023-09-21T13:03:19.8075046Z [2Khighlighting module code... [ 63%] tables.link
2023-09-21T13:03:19.8238441Z [2Khighlighting module code... [ 67%] tables.misc.enum
2023-09-21T13:03:19.8726369Z [2Khighlighting module code... [ 70%] tables.node
2023-09-21T13:03:19.9263060Z [2Khighlighting module code... [ 74%] tables.nodes.filenode
2023-09-21T13:03:20.1847571Z [2Khighlighting module code... [ 78%] tables.table
2023-09-21T13:03:20.1848190Z [2Khighlighting module code... [ 81%] tables.tableextension
2023-09-21T13:03:20.2230603Z [2Khighlighting module code... [ 85%] tables.tests.common
2023-09-21T13:03:20.2321686Z [2Khighlighting module code... [ 89%] tables.tests.test_suite
2023-09-21T13:03:20.2437102Z [2Khighlighting module code... [ 93%] tables.unimplemented
2023-09-21T13:03:20.2437682Z [2Khighlighting module code... [ 96%] tables.utilsextension
2023-09-21T13:03:20.2959455Z [2Khighlighting module code... [100%] tables.vlarray
2023-09-21T13:03:20.3113933Z writing additional pages... search done
2023-09-21T13:03:20.3118408Z [2Kcopying images... [  3%] images/NumFocusSponsoredStamp.png
2023-09-21T13:03:20.3121957Z [2Kcopying images... [  6%] usersguide/images/objecttree-h5.png
2023-09-21T13:03:20.3128080Z [2Kcopying images... [  9%] usersguide/images/objecttree.png
2023-09-21T13:03:20.3130895Z [2Kcopying images... [ 12%] usersguide/images/create-chunksize-15GB.png
2023-09-21T13:03:20.3134854Z [2Kcopying images... [ 15%] usersguide/images/filesizes-chunksize-15GB.png
2023-09-21T13:03:20.3138246Z [2Kcopying images... [ 18%] usersguide/images/seq-chunksize-15GB.png
2023-09-21T13:03:20.3142789Z [2Kcopying images... [ 21%] usersguide/images/random-chunksize-15GB.png
2023-09-21T13:03:20.3145612Z [2Kcopying images... [ 24%] usersguide/images/Q7-10m-noidx.png
2023-09-21T13:03:20.3149446Z [2Kcopying images... [ 27%] usersguide/images/Q8-1g-noidx.png
2023-09-21T13:03:20.3152988Z [2Kcopying images... [ 30%] usersguide/images/inkernel-zlib-blosc-blosc2.png
2023-09-21T13:03:20.3156027Z [2Kcopying images... [ 33%] usersguide/images/cratio-zlib-blosc-blosc2.png
2023-09-21T13:03:20.3159123Z [2Kcopying images... [ 36%] usersguide/images/inkernel-vs-pandas.png
2023-09-21T13:03:20.3163047Z [2Kcopying images... [ 39%] usersguide/images/create-index-time-int32-float64.png
2023-09-21T13:03:20.3166089Z [2Kcopying images... [ 42%] usersguide/images/indexes-sizes2.png
2023-09-21T13:03:20.3169947Z [2Kcopying images... [ 45%] usersguide/images/Q8-1g-idx-optlevels.png
2023-09-21T13:03:20.3174105Z [2Kcopying images... [ 48%] usersguide/images/Q8-1g-idx-compress.png
2023-09-21T13:03:20.3177381Z [2Kcopying images... [ 52%] usersguide/images/Q8-1g-idx-SSD.png
2023-09-21T13:03:20.3181082Z [2Kcopying images... [ 55%] usersguide/images/Q8-1g-idx-sorted.png
2023-09-21T13:03:20.3184627Z [2Kcopying images... [ 58%] usersguide/images/compressed-recordsize.png
2023-09-21T13:03:20.3192373Z [2Kcopying images... [ 61%] usersguide/images/compressed-recordsize-zlib.png
2023-09-21T13:03:20.3196056Z [2Kcopying images... [ 64%] usersguide/images/compressed-writing.png
2023-09-21T13:03:20.3199393Z [2Kcopying images... [ 67%] usersguide/images/compressed-select-nocache.png
2023-09-21T13:03:20.3202918Z [2Kcopying images... [ 70%] usersguide/images/compressed-select-cache.png
2023-09-21T13:03:20.3206280Z [2Kcopying images... [ 73%] usersguide/images/compressed-writing-zlib.png
2023-09-21T13:03:20.3322300Z [2Kcopying images... [ 76%] usersguide/images/compressed-select-cache-zlib.png
2023-09-21T13:03:20.3377877Z [2Kcopying images... [ 79%] usersguide/images/compressed-recordsize-shuffle.png
2023-09-21T13:03:20.3378598Z [2Kcopying images... [ 82%] usersguide/images/compressed-writing-shuffle.png
2023-09-21T13:03:20.3379312Z [2Kcopying images... [ 85%] usersguide/images/compressed-select-nocache-shuffle-only.png
2023-09-21T13:03:20.3380018Z [2Kcopying images... [ 88%] usersguide/images/compressed-select-cache-shuffle.png
2023-09-21T13:03:20.3380631Z [2Kcopying images... [ 91%] usersguide/images/tutorial1-1-tableview.png
2023-09-21T13:03:20.3381200Z [2Kcopying images... [ 94%] usersguide/images/tutorial1-2-tableview.png
2023-09-21T13:03:20.3381759Z [2Kcopying images... [ 97%] usersguide/images/tutorial1-general.png
2023-09-21T13:03:20.3382324Z [2Kcopying images... [100%] usersguide/images/tutorial2-tableview.png
2023-09-21T13:03:20.3576826Z dumping search index in English (code: en)... done
2023-09-21T13:03:20.3654641Z dumping object inventory... done
2023-09-21T13:03:20.3655034Z build succeeded, 7 warnings.
2023-09-21T13:03:20.3655238Z 
2023-09-21T13:03:20.3655374Z The HTML pages are in build/html.
2023-09-21T13:03:21.0556338Z make[1]: Leaving directory '/home/runner/work/PyTables/PyTables/doc'
2023-09-21T13:03:21.0556912Z rm -f -r doc/html
2023-09-21T13:03:21.0570895Z cp -R doc/build/html doc/html
2023-09-21T13:03:21.2626039Z make PYTHONPATH="/home/runner/work/PyTables/PyTables/build/lib.linux-x86_64-cpython-311" -C doc latexpdf
2023-09-21T13:03:21.2649331Z make[1]: Entering directory '/home/runner/work/PyTables/PyTables/doc'
2023-09-21T13:03:21.5050938Z Running Sphinx v7.2.6
2023-09-21T13:03:21.9985292Z making output directory... done
2023-09-21T13:03:22.3982987Z loading pickled environment... done
2023-09-21T13:03:22.4114834Z building [mo]: targets for 0 po files that are out of date
2023-09-21T13:03:22.4116168Z writing output... 
2023-09-21T13:03:22.4117521Z building [latex]: all documents
2023-09-21T13:03:22.4156769Z updating environment: 0 added, 0 changed, 0 removed
2023-09-21T13:03:22.4157598Z reading sources... 
2023-09-21T13:03:22.4159841Z looking for now-outdated files... none found
2023-09-21T13:03:22.4178926Z copying TeX support files... copying TeX support files...
2023-09-21T13:03:22.4348510Z done
2023-09-21T13:03:23.3656885Z processing usersguide-3.8.1.dev0.tex... usersguide/usersguide usersguide/introduction usersguide/installation usersguide/tutorials usersguide/libref usersguide/libref/top_level usersguide/libref/file_class usersguide/libref/hierarchy_classes usersguide/libref/structured_storage usersguide/libref/homogenous_storage usersguide/libref/link_classes usersguide/libref/declarative_classes usersguide/libref/helper_classes usersguide/libref/expr_class usersguide/libref/filenode_classes usersguide/optimization usersguide/filenode usersguide/datatypes usersguide/condition_syntax usersguide/parameter_files usersguide/utilities usersguide/file_format usersguide/bibliography 
2023-09-21T13:03:23.3660646Z resolving references...
2023-09-21T13:03:23.9057956Z done
2023-09-21T13:03:24.6852249Z writing... done
2023-09-21T13:03:24.6902706Z [2Kcopying images... [  3%] usersguide/images/objecttree-h5.png
2023-09-21T13:03:24.6906129Z [2Kcopying images... [  6%] usersguide/images/objecttree.png
2023-09-21T13:03:24.6909441Z [2Kcopying images... [  9%] usersguide/images/tutorial1-1-tableview.png
2023-09-21T13:03:24.6910041Z [2Kcopying images... [ 12%] usersguide/images/tutorial1-2-tableview.png
2023-09-21T13:03:24.6913297Z [2Kcopying images... [ 16%] usersguide/images/tutorial1-general.png
2023-09-21T13:03:24.6916535Z [2Kcopying images... [ 19%] usersguide/images/tutorial2-tableview.png
2023-09-21T13:03:24.6917140Z [2Kcopying images... [ 22%] usersguide/images/create-chunksize-15GB.png
2023-09-21T13:03:24.6920440Z [2Kcopying images... [ 25%] usersguide/images/filesizes-chunksize-15GB.png
2023-09-21T13:03:24.6921033Z [2Kcopying images... [ 28%] usersguide/images/seq-chunksize-15GB.png
2023-09-21T13:03:24.6924260Z [2Kcopying images... [ 31%] usersguide/images/random-chunksize-15GB.png
2023-09-21T13:03:24.6924841Z [2Kcopying images... [ 34%] usersguide/images/Q7-10m-noidx.png
2023-09-21T13:03:24.6925359Z [2Kcopying images... [ 38%] usersguide/images/Q8-1g-noidx.png
2023-09-21T13:03:24.6928623Z [2Kcopying images... [ 41%] usersguide/images/inkernel-zlib-blosc-blosc2.png
2023-09-21T13:03:24.6929254Z [2Kcopying images... [ 44%] usersguide/images/cratio-zlib-blosc-blosc2.png
2023-09-21T13:03:24.6932543Z [2Kcopying images... [ 47%] usersguide/images/inkernel-vs-pandas.png
2023-09-21T13:03:24.6935875Z [2Kcopying images... [ 50%] usersguide/images/create-index-time-int32-float64.png
2023-09-21T13:03:24.6939151Z [2Kcopying images... [ 53%] usersguide/images/indexes-sizes2.png
2023-09-21T13:03:24.6942482Z [2Kcopying images... [ 56%] usersguide/images/Q8-1g-idx-optlevels.png
2023-09-21T13:03:24.6943071Z [2Kcopying images... [ 59%] usersguide/images/Q8-1g-idx-compress.png
2023-09-21T13:03:24.6946594Z [2Kcopying images... [ 62%] usersguide/images/Q8-1g-idx-SSD.png
2023-09-21T13:03:24.6949956Z [2Kcopying images... [ 66%] usersguide/images/Q8-1g-idx-sorted.png
2023-09-21T13:03:24.6953730Z [2Kcopying images... [ 69%] usersguide/images/compressed-recordsize.png
2023-09-21T13:03:24.6957099Z [2Kcopying images... [ 72%] usersguide/images/compressed-recordsize-zlib.png
2023-09-21T13:03:24.6960491Z [2Kcopying images... [ 75%] usersguide/images/compressed-writing.png
2023-09-21T13:03:24.6963868Z [2Kcopying images... [ 78%] usersguide/images/compressed-select-nocache.png
2023-09-21T13:03:24.6964510Z [2Kcopying images... [ 81%] usersguide/images/compressed-select-cache.png
2023-09-21T13:03:24.6967917Z [2Kcopying images... [ 84%] usersguide/images/compressed-writing-zlib.png
2023-09-21T13:03:24.6971503Z [2Kcopying images... [ 88%] usersguide/images/compressed-select-cache-zlib.png
2023-09-21T13:03:24.6972201Z [2Kcopying images... [ 91%] usersguide/images/compressed-recordsize-shuffle.png
2023-09-21T13:03:24.6972838Z [2Kcopying images... [ 94%] usersguide/images/compressed-writing-shuffle.png
2023-09-21T13:03:24.6973543Z [2Kcopying images... [ 97%] usersguide/images/compressed-select-nocache-shuffle-only.png
2023-09-21T13:03:24.6974254Z [2Kcopying images... [100%] usersguide/images/compressed-select-cache-shuffle.png
2023-09-21T13:03:24.7032566Z build succeeded.
2023-09-21T13:03:24.7032779Z 
2023-09-21T13:03:24.7032922Z The LaTeX files are in build/latex.
2023-09-21T13:03:24.7033514Z Run 'make' in that directory to run these through (pdf)latex
2023-09-21T13:03:24.7034047Z (use `make latexpdf' here to do that automatically).
2023-09-21T13:03:24.7062930Z make[2]: Entering directory '/home/runner/work/PyTables/PyTables/doc/build/latex'
2023-09-21T13:03:24.7063523Z latexmk -pdf -dvi- -ps-  'usersguide-3.8.1.dev0.tex'
2023-09-21T13:03:24.8614363Z Rc files read:
2023-09-21T13:03:24.8616420Z   /etc/LatexMk
2023-09-21T13:03:24.8617823Z   latexmkrc
2023-09-21T13:03:24.8619331Z Latexmk: This is Latexmk, John Collins, 20 November 2021, version: 4.76.
2023-09-21T13:03:24.8683682Z Rule 'pdflatex': File changes, etc:
2023-09-21T13:03:24.8685384Z    Changed files, or newly in use since previous run(s):
2023-09-21T13:03:24.8687028Z       'usersguide-3.8.1.dev0.tex'
2023-09-21T13:03:24.8688573Z ------------
2023-09-21T13:03:24.8689593Z Run number 1 of rule 'pdflatex'
2023-09-21T13:03:24.8690009Z ------------
2023-09-21T13:03:24.8692813Z ------------
2023-09-21T13:03:24.8693226Z Latexmk: applying rule 'pdflatex'...
2023-09-21T13:03:24.8693984Z Running 'pdflatex   -recorder  "usersguide-3.8.1.dev0.tex"'
2023-09-21T13:03:24.8694632Z ------------
2023-09-21T13:03:24.8877768Z This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2022/dev/Debian) (preloaded format=pdflatex)
2023-09-21T13:03:24.8878556Z  restricted \write18 enabled.
2023-09-21T13:03:24.9300025Z entering extended mode
2023-09-21T13:03:24.9304021Z (./usersguide-3.8.1.dev0.tex
2023-09-21T13:03:24.9304960Z LaTeX2e <2021-11-15> patch level 1
2023-09-21T13:03:24.9374009Z L3 programming layer <2022-01-21> (./sphinxmanual.cls
2023-09-21T13:03:24.9374787Z Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual)
2023-09-21T13:03:24.9395346Z (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls
2023-09-21T13:03:24.9396100Z Document Class: report 2021/10/04 v1.4n Standard LaTeX document class
2023-09-21T13:03:24.9471062Z (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo)))
2023-09-21T13:03:24.9503744Z (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty)
2023-09-21T13:03:24.9537342Z (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty)
2023-09-21T13:03:24.9592417Z (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty<<t1.cmap>>)
2023-09-21T13:03:24.9632751Z (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty
2023-09-21T13:03:24.9633609Z For additional information on amsmath, use the `?' option.
2023-09-21T13:03:24.9663981Z (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty
2023-09-21T13:03:24.9700193Z (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty))
2023-09-21T13:03:24.9738159Z (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty)
2023-09-21T13:03:24.9825956Z (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty))
2023-09-21T13:03:24.9853824Z (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty
2023-09-21T13:03:24.9931565Z (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty))
2023-09-21T13:03:25.0000865Z (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty
2023-09-21T13:03:25.0079558Z (/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def)
2023-09-21T13:03:25.0129001Z (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf))
2023-09-21T13:03:25.0157926Z (/usr/share/texmf/tex/latex/tex-gyre/tgtermes.sty
2023-09-21T13:03:25.0185317Z (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty
2023-09-21T13:03:25.0220438Z (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty)
2023-09-21T13:03:25.0260110Z (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty)
2023-09-21T13:03:25.0309219Z (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty)))
2023-09-21T13:03:25.0346086Z (/usr/share/texmf/tex/latex/tex-gyre/tgheros.sty)
2023-09-21T13:03:25.0410915Z (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty
2023-09-21T13:03:25.0434978Z (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty
2023-09-21T13:03:25.0450806Z (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg)
2023-09-21T13:03:25.0600369Z (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def))
2023-09-21T13:03:25.0651897Z (./sphinxoptionshyperref.sty) (./sphinxoptionsgeometry.sty)
2023-09-21T13:03:25.0690493Z (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty)
2023-09-21T13:03:25.0724839Z (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty)
2023-09-21T13:03:25.0760017Z (/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty)
2023-09-21T13:03:25.0789433Z (/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty)
2023-09-21T13:03:25.0833061Z (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty)
2023-09-21T13:03:25.0865655Z (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
2023-09-21T13:03:25.0889766Z (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
2023-09-21T13:03:25.0907468Z (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty)
2023-09-21T13:03:25.0929960Z (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)))
2023-09-21T13:03:25.0997992Z (./sphinxlatexgraphics.sty) (./sphinxpackageboxes.sty
2023-09-21T13:03:25.1013411Z (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.sty
2023-09-21T13:03:25.1025443Z (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.cfg)
2023-09-21T13:03:25.1084319Z (/usr/share/texlive/texmf-dist/tex/latex/pict2e/p2e-pdftex.def))
2023-09-21T13:03:25.1113767Z (/usr/share/texlive/texmf-dist/tex/latex/ellipse/ellipse.sty))
2023-09-21T13:03:25.1146967Z (./sphinxlatexadmonitions.sty
2023-09-21T13:03:25.1168596Z (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty))
2023-09-21T13:03:25.1209269Z (./sphinxlatexliterals.sty
2023-09-21T13:03:25.1269312Z (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty)
2023-09-21T13:03:25.1298296Z (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty)
2023-09-21T13:03:25.1334236Z (/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty)
2023-09-21T13:03:25.1356811Z (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty))
2023-09-21T13:03:25.1398507Z (./sphinxlatexshadowbox.sty) (./sphinxlatexcontainers.sty)
2023-09-21T13:03:25.1436972Z (./sphinxhighlight.sty) (./sphinxlatextables.sty
2023-09-21T13:03:25.1462494Z (/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty
2023-09-21T13:03:25.1509612Z (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty))
2023-09-21T13:03:25.1546133Z (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty)
2023-09-21T13:03:25.1587973Z (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty)
2023-09-21T13:03:25.1655301Z (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty)
2023-09-21T13:03:25.1669094Z (/usr/share/texlive/texmf-dist/tex/latex/booktabs/booktabs.sty))
2023-09-21T13:03:25.1709451Z (./sphinxlatexnumfig.sty) (./sphinxlatexlists.sty) (./sphinxpackagefootnote.sty
2023-09-21T13:03:25.1761965Z ) (./sphinxlatexindbibtoc.sty
2023-09-21T13:03:25.1772458Z (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty))
2023-09-21T13:03:25.1805522Z (./sphinxlatexstylepage.sty
2023-09-21T13:03:25.1806565Z (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty
2023-09-21T13:03:25.1838865Z (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip-2001-04-09.sty))
2023-09-21T13:03:25.1868660Z (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty))
2023-09-21T13:03:25.1896259Z (./sphinxlatexstyleheadings.sty
2023-09-21T13:03:25.1945765Z (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty))
2023-09-21T13:03:25.2008646Z (./sphinxlatexstyletext.sty) (./sphinxlatexobjects.sty))
2023-09-21T13:03:25.2041616Z (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty
2023-09-21T13:03:25.2069832Z (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty
2023-09-21T13:03:25.2145433Z (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty)))
2023-09-21T13:03:25.2188751Z (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty
2023-09-21T13:03:25.2221871Z (/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty
2023-09-21T13:03:25.2293771Z (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty))
2023-09-21T13:03:25.2328405Z (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty)
2023-09-21T13:03:25.2374193Z (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty)
2023-09-21T13:03:25.2429934Z (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty)
2023-09-21T13:03:25.2448575Z (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty)
2023-09-21T13:03:25.2474706Z (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty)
2023-09-21T13:03:25.2523194Z (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def)
2023-09-21T13:03:25.2553198Z (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def)
2023-09-21T13:03:25.2598642Z (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty)
2023-09-21T13:03:25.2633867Z (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty)
2023-09-21T13:03:25.2868925Z (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def)
2023-09-21T13:03:25.2907992Z (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty)
2023-09-21T13:03:25.2953184Z (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty
2023-09-21T13:03:25.3045408Z (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty))
2023-09-21T13:03:25.3095434Z (/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty))
2023-09-21T13:03:25.3137083Z (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def
2023-09-21T13:03:25.3189423Z (/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty)
2023-09-21T13:03:25.3272037Z (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty
2023-09-21T13:03:25.3330996Z (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty)))
2023-09-21T13:03:25.3361120Z (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty)
2023-09-21T13:03:25.3391282Z (./sphinxmessages.sty)
2023-09-21T13:03:25.3446101Z (/usr/share/texlive/texmf-dist/tex/latex/bookmark/bookmark.sty
2023-09-21T13:03:25.3503465Z (/usr/share/texlive/texmf-dist/tex/latex/bookmark/bkm-pdftex.def))
2023-09-21T13:03:25.3622632Z (/usr/share/texlive/texmf-dist/tex/latex/threeparttable/threeparttable.sty)
2023-09-21T13:03:25.3623266Z Writing index file usersguide-3.8.1.dev0.idx
2023-09-21T13:03:25.3659899Z (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd)
2023-09-21T13:03:25.3676639Z (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def)
2023-09-21T13:03:25.3702904Z (./usersguide-3.8.1.dev0.aux)
2023-09-21T13:03:25.3718490Z (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
2023-09-21T13:03:25.3718984Z [Loading MPS to PDF converter (version 2006.09.02).]
2023-09-21T13:03:25.3782977Z ) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
2023-09-21T13:03:25.3839900Z (/usr/share/texlive/texmf-dist/tex/latex/grfext/grfext.sty)
2023-09-21T13:03:25.3898140Z (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg))
2023-09-21T13:03:25.3898650Z *geometry* driver: auto-detecting
2023-09-21T13:03:25.3898992Z *geometry* detected driver: pdftex
2023-09-21T13:03:25.3925379Z (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty
2023-09-21T13:03:25.3977771Z (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty)
2023-09-21T13:03:25.4066373Z (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty))
2023-09-21T13:03:25.4094636Z (/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd)
2023-09-21T13:03:25.4173446Z (/usr/share/texmf/tex/latex/tex-gyre/t1qhv.fd)<<ot1.cmap>><<oml.cmap>><<oms.cma
2023-09-21T13:03:25.4220456Z p>><<omx.cmap>> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd)
2023-09-21T13:03:25.4239183Z (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/var/lib/texmf/fo
2023-09-21T13:03:25.4370191Z nts/map/pdftex/updmap/pdftex.map} <./pytables-front-logo.pdf>] [2] [1] [2]
2023-09-21T13:03:25.4687326Z [1] [2] [3] (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) [4] [5] [6]
2023-09-21T13:03:25.4687743Z Chapter 1.
2023-09-21T13:03:25.4687913Z 
2023-09-21T13:03:25.4688299Z LaTeX Warning: Hyper reference `usersguide/bibliography:hdfg1' on page 7 undefi
2023-09-21T13:03:25.4688708Z ned on input line 187.
2023-09-21T13:03:25.4688897Z 
2023-09-21T13:03:25.4745547Z [7]
2023-09-21T13:03:25.4745749Z 
2023-09-21T13:03:25.4746276Z LaTeX Warning: Hyper reference `usersguide/bibliography:numpy' on page 8 undefi
2023-09-21T13:03:25.4746695Z ned on input line 285.
2023-09-21T13:03:25.4747227Z 
2023-09-21T13:03:25.4747239Z 
2023-09-21T13:03:25.4747504Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:unimplementedc
2023-09-21T13:03:25.4748301Z lassdescr' on page 8 undefined on input line 326.
2023-09-21T13:03:25.4748548Z 
2023-09-21T13:03:25.4864138Z [8]
2023-09-21T13:03:25.4864660Z 
2023-09-21T13:03:25.4865243Z LaTeX Warning: Hyper reference `usersguide/bibliography:mertz' on page 9 undefi
2023-09-21T13:03:25.4865682Z ned on input line 411.
2023-09-21T13:03:25.4865870Z 
2023-09-21T13:03:25.4865879Z 
2023-09-21T13:03:25.4866204Z LaTeX Warning: Hyper reference `usersguide/tutorials:readingandselectingusage' 
2023-09-21T13:03:25.4866686Z on page 9 undefined on input line 414.
2023-09-21T13:03:25.4866908Z 
2023-09-21T13:03:25.4866915Z 
2023-09-21T13:03:25.4867250Z LaTeX Warning: Hyper reference `usersguide/bibliography:optim' on page 9 undefi
2023-09-21T13:03:25.4867664Z ned on input line 440.
2023-09-21T13:03:25.4867849Z 
2023-09-21T13:03:25.5101026Z [9] (/usr/share/texlive/texmf-dist/tex/latex/txfonts/ts1txtt.fd)
2023-09-21T13:03:25.5101549Z 
2023-09-21T13:03:25.5102221Z LaTeX Warning: Hyper reference `usersguide/introduction:objecttree-h5' on page 
2023-09-21T13:03:25.5103009Z 10 undefined on input line 500.
2023-09-21T13:03:25.5103372Z 
2023-09-21T13:03:25.5103388Z 
2023-09-21T13:03:25.5104028Z LaTeX Warning: Hyper reference `usersguide/bibliography:vitables' on page 10 un
2023-09-21T13:03:25.5105257Z defined on input line 502.
2023-09-21T13:03:25.5105598Z 
2023-09-21T13:03:25.5147768Z [10]
2023-09-21T13:03:25.5148102Z 
2023-09-21T13:03:25.5149176Z LaTeX Warning: Hyper reference `usersguide/introduction:objecttree' on page 11 
2023-09-21T13:03:25.5149964Z undefined on input line 522.
2023-09-21T13:03:25.5150576Z 
2023-09-21T13:03:25.8721739Z [11 <./objecttree-h5.png (PNG copy)>] [12 <./objecttree.png>]
2023-09-21T13:03:25.8722413Z 
2023-09-21T13:03:25.8722901Z LaTeX Warning: Hyper reference `usersguide/installation:binaryinstallationdescr
2023-09-21T13:03:25.8723879Z ' on page 13 undefined on input line 569.
2023-09-21T13:03:25.8724276Z 
2023-09-21T13:03:25.8724290Z 
2023-09-21T13:03:25.8724919Z LaTeX Warning: Hyper reference `usersguide/bibliography:cython' on page 13 unde
2023-09-21T13:03:25.8725668Z fined on input line 585.
2023-09-21T13:03:25.8725998Z 
2023-09-21T13:03:25.8726013Z 
2023-09-21T13:03:25.8726627Z LaTeX Warning: Hyper reference `usersguide/bibliography:numpy' on page 13 undef
2023-09-21T13:03:25.8727330Z ined on input line 592.
2023-09-21T13:03:25.8727650Z 
2023-09-21T13:03:25.8727663Z 
2023-09-21T13:03:25.8728271Z LaTeX Warning: Hyper reference `usersguide/bibliography:numexpr' on page 13 und
2023-09-21T13:03:25.8728999Z efined on input line 592.
2023-09-21T13:03:25.8729326Z 
2023-09-21T13:03:25.8729338Z 
2023-09-21T13:03:25.8729942Z LaTeX Warning: Hyper reference `usersguide/installation:prerequisitesbininst' o
2023-09-21T13:03:25.8730739Z n page 13 undefined on input line 663.
2023-09-21T13:03:25.8731110Z 
2023-09-21T13:03:25.8731123Z 
2023-09-21T13:03:25.8731738Z LaTeX Warning: Hyper reference `usersguide/bibliography:zlib' on page 13 undefi
2023-09-21T13:03:25.8732443Z ned on input line 669.
2023-09-21T13:03:25.8732774Z 
2023-09-21T13:03:25.8732788Z 
2023-09-21T13:03:25.8733372Z LaTeX Warning: Hyper reference `usersguide/bibliography:lzo' on page 13 undefin
2023-09-21T13:03:25.8734070Z ed on input line 671.
2023-09-21T13:03:25.8734381Z 
2023-09-21T13:03:25.8734394Z 
2023-09-21T13:03:25.8735009Z LaTeX Warning: Hyper reference `usersguide/optimization:compressionissues' on p
2023-09-21T13:03:25.8735768Z age 13 undefined on input line 671.
2023-09-21T13:03:25.8736131Z 
2023-09-21T13:03:25.8736144Z 
2023-09-21T13:03:25.8736738Z LaTeX Warning: Hyper reference `usersguide/bibliography:bzip2' on page 13 undef
2023-09-21T13:03:25.8737448Z ined on input line 673.
2023-09-21T13:03:25.8737764Z 
2023-09-21T13:03:25.8843070Z [13]
2023-09-21T13:03:25.8843278Z 
2023-09-21T13:03:25.8844189Z LaTeX Warning: Hyper reference `usersguide/bibliography:blosc' on page 14 undef
2023-09-21T13:03:25.8844625Z ined on input line 676.
2023-09-21T13:03:25.8844816Z 
2023-09-21T13:03:25.9200881Z [14]
2023-09-21T13:03:25.9201256Z 
2023-09-21T13:03:25.9202764Z LaTeX Warning: Hyper reference `usersguide/bibliography:gnuwin32' on page 15 un
2023-09-21T13:03:25.9203532Z defined on input line 843.
2023-09-21T13:03:25.9203855Z 
2023-09-21T13:03:25.9534077Z [15]
2023-09-21T13:03:25.9534363Z 
2023-09-21T13:03:25.9535091Z LaTeX Warning: Hyper reference `usersguide/bibliography:git' on page 16 undefin
2023-09-21T13:03:25.9535672Z ed on input line 939.
2023-09-21T13:03:25.9535927Z 
2023-09-21T13:03:25.9535939Z 
2023-09-21T13:03:25.9536440Z LaTeX Warning: Hyper reference `usersguide/bibliography:cython' on page 16 unde
2023-09-21T13:03:25.9537002Z fined on input line 951.
2023-09-21T13:03:25.9537256Z 
2023-09-21T13:03:25.9537267Z 
2023-09-21T13:03:25.9537752Z LaTeX Warning: Hyper reference `usersguide/bibliography:sphinx' on page 16 unde
2023-09-21T13:03:25.9538315Z fined on input line 952.
2023-09-21T13:03:25.9538592Z 
2023-09-21T13:03:26.0670717Z [16] [17] [18]
2023-09-21T13:03:26.0670976Z 
2023-09-21T13:03:26.0671698Z LaTeX Warning: Hyper reference `usersguide/installation:prerequisites' on page 
2023-09-21T13:03:26.0672293Z 19 undefined on input line 1204.
2023-09-21T13:03:26.0672551Z 
2023-09-21T13:03:26.0672561Z 
2023-09-21T13:03:26.0673016Z LaTeX Warning: Hyper reference `usersguide/bibliography:git' on page 19 undefin
2023-09-21T13:03:26.0673517Z ed on input line 1253.
2023-09-21T13:03:26.0673728Z 
2023-09-21T13:03:26.0955676Z [19]
2023-09-21T13:03:26.0955975Z 
2023-09-21T13:03:26.0956728Z LaTeX Warning: Hyper reference `usersguide/optimization:compressionissues' on p
2023-09-21T13:03:26.0957364Z age 20 undefined on input line 1319.
2023-09-21T13:03:26.0957658Z 
2023-09-21T13:03:26.1191408Z [20]
2023-09-21T13:03:26.1191714Z 
2023-09-21T13:03:26.1192440Z LaTeX Warning: Hyper reference `usersguide/libref:library-reference' on page 21
2023-09-21T13:03:26.1193059Z  undefined on input line 1406.
2023-09-21T13:03:26.1193370Z 
2023-09-21T13:03:26.1387548Z [21]
2023-09-21T13:03:26.1387878Z 
2023-09-21T13:03:26.1388314Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:colclassd
2023-09-21T13:03:26.1389427Z escr' on page 22 undefined on input line 1506.
2023-09-21T13:03:26.1389811Z 
2023-09-21T13:03:26.1389824Z 
2023-09-21T13:03:26.1390417Z LaTeX Warning: Hyper reference `usersguide/datatypes:datatypes' on page 22 unde
2023-09-21T13:03:26.1391103Z fined on input line 1507.
2023-09-21T13:03:26.1391412Z 
2023-09-21T13:03:26.1391425Z 
2023-09-21T13:03:26.1391976Z LaTeX Warning: Hyper reference `usersguide/libref/top_level:tables.open_file' o
2023-09-21T13:03:26.1392690Z n page 22 undefined on input line 1520.
2023-09-21T13:03:26.1393227Z 
2023-09-21T13:03:26.1393240Z 
2023-09-21T13:03:26.1393810Z LaTeX Warning: Hyper reference `usersguide/libref/top_level:tables.open_file' o
2023-09-21T13:03:26.1394530Z n page 22 undefined on input line 1527.
2023-09-21T13:03:26.1394880Z 
2023-09-21T13:03:26.1394907Z 
2023-09-21T13:03:26.1395452Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:fileclassdescr' on
2023-09-21T13:03:26.1396183Z  page 22 undefined on input line 1532.
2023-09-21T13:03:26.1396541Z 
2023-09-21T13:03:26.1661767Z [22]
2023-09-21T13:03:26.1662047Z 
2023-09-21T13:03:26.1662434Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.create
2023-09-21T13:03:26.1663380Z _group' on page 23 undefined on input line 1549.
2023-09-21T13:03:26.1663711Z 
2023-09-21T13:03:26.1663723Z 
2023-09-21T13:03:26.1664120Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:groupclassd
2023-09-21T13:03:26.1665173Z escr' on page 23 undefined on input line 1551.
2023-09-21T13:03:26.1665496Z 
2023-09-21T13:03:26.1665506Z 
2023-09-21T13:03:26.1665845Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tableclass
2023-09-21T13:03:26.1666551Z descr' on page 23 undefined on input line 1558.
2023-09-21T13:03:26.1666871Z 
2023-09-21T13:03:26.1666881Z 
2023-09-21T13:03:26.1667630Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.create
2023-09-21T13:03:26.1668391Z _table' on page 23 undefined on input line 1559.
2023-09-21T13:03:26.1669026Z 
2023-09-21T13:03:26.1982701Z [23]
2023-09-21T13:03:26.1983002Z 
2023-09-21T13:03:26.1983379Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:rowclassde
2023-09-21T13:03:26.1984534Z scr' on page 24 undefined on input line 1621.
2023-09-21T13:03:26.1984866Z 
2023-09-21T13:03:26.1984877Z 
2023-09-21T13:03:26.1985222Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:rowclassde
2023-09-21T13:03:26.1985955Z scr' on page 24 undefined on input line 1655.
2023-09-21T13:03:26.1986269Z 
2023-09-21T13:03:26.1986280Z 
2023-09-21T13:03:26.1986603Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:26.1987566Z le.iterrows' on page 24 undefined on input line 1695.
2023-09-21T13:03:26.1987902Z 
2023-09-21T13:03:26.2242721Z [24]
2023-09-21T13:03:26.2243530Z 
2023-09-21T13:03:26.2243884Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:26.2245441Z le.where' on page 25 undefined on input line 1714.
2023-09-21T13:03:26.2245968Z 
2023-09-21T13:03:26.2245979Z 
2023-09-21T13:03:26.2246461Z LaTeX Warning: Hyper reference `usersguide/condition_syntax:condition-syntax' o
2023-09-21T13:03:26.2247019Z n page 25 undefined on input line 1729.
2023-09-21T13:03:26.2247288Z 
2023-09-21T13:03:26.2247298Z 
2023-09-21T13:03:26.2247985Z LaTeX Warning: Hyper reference `usersguide/optimization:searchoptim' on page 25
2023-09-21T13:03:26.2248516Z  undefined on input line 1730.
2023-09-21T13:03:26.2248763Z 
2023-09-21T13:03:26.2511474Z [25]
2023-09-21T13:03:26.2511708Z 
2023-09-21T13:03:26.2512007Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.create
2023-09-21T13:03:26.2512759Z _array' on page 26 undefined on input line 1810.
2023-09-21T13:03:26.2513024Z 
2023-09-21T13:03:26.2513049Z 
2023-09-21T13:03:26.2513307Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.create
2023-09-21T13:03:26.2513856Z _array' on page 26 undefined on input line 1832.
2023-09-21T13:03:26.2514111Z 
2023-09-21T13:03:26.2907788Z [26]
2023-09-21T13:03:26.2908150Z 
2023-09-21T13:03:26.2909084Z LaTeX Warning: Hyper reference `usersguide/tutorials:tutorial1-1-tableview' on 
2023-09-21T13:03:26.2909870Z page 27 undefined on input line 1920.
2023-09-21T13:03:26.2910253Z 
2023-09-21T13:03:26.3251163Z [27] [28 <./tutorial1-1-tableview.png (PNG copy)>]
2023-09-21T13:03:26.3251467Z 
2023-09-21T13:03:26.3251736Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.walk_g
2023-09-21T13:03:26.3252299Z roups' on page 29 undefined on input line 1996.
2023-09-21T13:03:26.3252520Z 
2023-09-21T13:03:26.3252544Z 
2023-09-21T13:03:26.3252782Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.walk_g
2023-09-21T13:03:26.3253344Z roups' on page 29 undefined on input line 2008.
2023-09-21T13:03:26.3253575Z 
2023-09-21T13:03:26.3552842Z [29]
2023-09-21T13:03:26.3553140Z 
2023-09-21T13:03:26.3553521Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.list_n
2023-09-21T13:03:26.3554479Z odes' on page 30 undefined on input line 2021.
2023-09-21T13:03:26.3554787Z 
2023-09-21T13:03:26.3554798Z 
2023-09-21T13:03:26.3555129Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.iter_n
2023-09-21T13:03:26.3555832Z odes' on page 30 undefined on input line 2025.
2023-09-21T13:03:26.3556129Z 
2023-09-21T13:03:26.3556139Z 
2023-09-21T13:03:26.3556462Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.walk_n
2023-09-21T13:03:26.3557128Z odes' on page 30 undefined on input line 2029.
2023-09-21T13:03:26.3557422Z 
2023-09-21T13:03:26.3557433Z 
2023-09-21T13:03:26.3557751Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:leafclassde
2023-09-21T13:03:26.3558433Z scr' on page 30 undefined on input line 2044.
2023-09-21T13:03:26.3559182Z 
2023-09-21T13:03:26.3559200Z 
2023-09-21T13:03:26.3559562Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:26.3560507Z p._f_walknodes' on page 30 undefined on input line 2055.
2023-09-21T13:03:26.3560829Z 
2023-09-21T13:03:26.3560839Z 
2023-09-21T13:03:26.3561157Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:attribute
2023-09-21T13:03:26.3561889Z setclassdescr' on page 30 undefined on input line 2069.
2023-09-21T13:03:26.3562212Z 
2023-09-21T13:03:26.3562223Z 
2023-09-21T13:03:26.3562533Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:attribute
2023-09-21T13:03:26.3563240Z setclassdescr' on page 30 undefined on input line 2095.
2023-09-21T13:03:26.3563566Z 
2023-09-21T13:03:26.4685356Z [30] [31] [32] [33]
2023-09-21T13:03:26.4685733Z 
2023-09-21T13:03:26.4686224Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:26.4687501Z le' on page 34 undefined on input line 2330.
2023-09-21T13:03:26.4687915Z 
2023-09-21T13:03:26.5008522Z [34] [35]
2023-09-21T13:03:26.5008872Z 
2023-09-21T13:03:26.5010910Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:26.5012191Z de' on page 36 undefined on input line 2420.
2023-09-21T13:03:26.5012601Z 
2023-09-21T13:03:26.5012616Z 
2023-09-21T13:03:26.5013060Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:26.5013987Z de' on page 36 undefined on input line 2423.
2023-09-21T13:03:26.5014388Z 
2023-09-21T13:03:26.5014402Z 
2023-09-21T13:03:26.5014821Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:tables.Arr
2023-09-21T13:03:26.5015744Z ay' on page 36 undefined on input line 2437.
2023-09-21T13:03:26.5016140Z 
2023-09-21T13:03:26.5016155Z 
2023-09-21T13:03:26.5016580Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:tables.Arr
2023-09-21T13:03:26.5017537Z ay.read' on page 36 undefined on input line 2467.
2023-09-21T13:03:26.5017948Z 
2023-09-21T13:03:26.5017962Z 
2023-09-21T13:03:26.5018378Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.create
2023-09-21T13:03:26.5019327Z _array' on page 36 undefined on input line 2476.
2023-09-21T13:03:26.5019733Z 
2023-09-21T13:03:26.5308275Z [36]
2023-09-21T13:03:26.5308542Z 
2023-09-21T13:03:26.5308843Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:earrayclas
2023-09-21T13:03:26.5309610Z sdescr' on page 37 undefined on input line 2489.
2023-09-21T13:03:26.5309857Z 
2023-09-21T13:03:26.5553231Z [37]
2023-09-21T13:03:26.5553600Z 
2023-09-21T13:03:26.5554097Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Col
2023-09-21T13:03:26.5555277Z umn.__setitem__' on page 38 undefined on input line 2621.
2023-09-21T13:03:26.5555627Z 
2023-09-21T13:03:26.5848305Z [38]
2023-09-21T13:03:26.5848599Z 
2023-09-21T13:03:26.5849011Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:26.5850015Z le.modify_rows' on page 39 undefined on input line 2647.
2023-09-21T13:03:26.5850368Z 
2023-09-21T13:03:26.5850380Z 
2023-09-21T13:03:26.5850744Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:26.5851514Z le.modify_column' on page 39 undefined on input line 2648.
2023-09-21T13:03:26.5851858Z 
2023-09-21T13:03:26.5851870Z 
2023-09-21T13:03:26.5852207Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:tables.Arr
2023-09-21T13:03:26.5852969Z ay.__setitem__' on page 39 undefined on input line 2686.
2023-09-21T13:03:26.5853303Z 
2023-09-21T13:03:26.5853313Z 
2023-09-21T13:03:26.5853583Z Overfull \vbox (1.07962pt too high) detected at line 2702
2023-09-21T13:03:26.6143872Z [39]
2023-09-21T13:03:26.6144223Z 
2023-09-21T13:03:26.6144842Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:tables.Arr
2023-09-21T13:03:26.6145871Z ay.__getitem__' on page 40 undefined on input line 2710.
2023-09-21T13:03:26.6146642Z 
2023-09-21T13:03:26.6146660Z 
2023-09-21T13:03:26.6147012Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:26.6148005Z le.remove_rows' on page 40 undefined on input line 2744.
2023-09-21T13:03:26.6149298Z 
2023-09-21T13:03:26.6149310Z 
2023-09-21T13:03:26.6149873Z LaTeX Warning: Hyper reference `usersguide/tutorials:tutorial1-2-tableview' on 
2023-09-21T13:03:26.6150501Z page 40 undefined on input line 2758.
2023-09-21T13:03:26.6150794Z 
2023-09-21T13:03:26.6150804Z 
2023-09-21T13:03:26.6151293Z LaTeX Warning: Hyper reference `usersguide/tutorials:tutorial1-general' on page
2023-09-21T13:03:26.6151876Z  40 undefined on input line 2760.
2023-09-21T13:03:26.6152153Z 
2023-09-21T13:03:26.6181106Z [40] [41 <./tutorial1-2-tableview.png (PNG copy)>] [42 <./tutorial1-general.png
2023-09-21T13:03:26.6551872Z  (PNG copy)>]
2023-09-21T13:03:26.6552247Z 
2023-09-21T13:03:26.6552763Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.create
2023-09-21T13:03:26.6553975Z _table' on page 43 undefined on input line 2802.
2023-09-21T13:03:26.6554397Z 
2023-09-21T13:03:26.6601574Z [43]
2023-09-21T13:03:26.6602712Z Underfull \vbox (badness 10000) detected at line 2914
2023-09-21T13:03:26.6605439Z 
2023-09-21T13:03:26.6606003Z Underfull \vbox (badness 10000) detected at line 2914
2023-09-21T13:03:26.7082703Z [44] [45]
2023-09-21T13:03:26.7082949Z 
2023-09-21T13:03:26.7083618Z LaTeX Warning: Hyper reference `usersguide/tutorials:tutorial2-tableview' on pa
2023-09-21T13:03:26.7084085Z ge 46 undefined on input line 3008.
2023-09-21T13:03:26.7084284Z 
2023-09-21T13:03:26.8134246Z [46] [47 <./tutorial2-tableview.png (PNG copy)>] [48] [49]
2023-09-21T13:03:26.8134600Z 
2023-09-21T13:03:26.8134867Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.enable
2023-09-21T13:03:26.8135441Z _undo' on page 50 undefined on input line 3287.
2023-09-21T13:03:26.8135675Z 
2023-09-21T13:03:26.8563057Z [50]
2023-09-21T13:03:26.8563424Z 
2023-09-21T13:03:26.8564253Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.mark' 
2023-09-21T13:03:26.8565023Z on page 51 undefined on input line 3314.
2023-09-21T13:03:26.8565410Z 
2023-09-21T13:03:26.8565423Z 
2023-09-21T13:03:26.8565936Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.undo' 
2023-09-21T13:03:26.8566674Z on page 51 undefined on input line 3325.
2023-09-21T13:03:26.8567032Z 
2023-09-21T13:03:26.8567045Z 
2023-09-21T13:03:26.8567431Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_cu
2023-09-21T13:03:26.8568357Z rrent_mark' on page 51 undefined on input line 3366.
2023-09-21T13:03:26.8568750Z 
2023-09-21T13:03:26.8568763Z 
2023-09-21T13:03:26.8569259Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.redo' 
2023-09-21T13:03:26.8571248Z on page 51 undefined on input line 3378.
2023-09-21T13:03:26.8571617Z 
2023-09-21T13:03:26.9221082Z [51] [52]
2023-09-21T13:03:26.9221840Z Overfull \vbox (2.7787pt too high) detected at line 3529
2023-09-21T13:03:26.9430717Z [53]
2023-09-21T13:03:26.9430947Z 
2023-09-21T13:03:26.9431533Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.goto' 
2023-09-21T13:03:26.9432049Z on page 54 undefined on input line 3533.
2023-09-21T13:03:26.9432273Z 
2023-09-21T13:03:26.9779559Z [54]
2023-09-21T13:03:26.9779801Z 
2023-09-21T13:03:26.9780115Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:enumclassdescr
2023-09-21T13:03:26.9780924Z ' on page 55 undefined on input line 3603.
2023-09-21T13:03:26.9781186Z 
2023-09-21T13:03:27.0069014Z [55]
2023-09-21T13:03:27.0069252Z 
2023-09-21T13:03:27.0069549Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:colclassd
2023-09-21T13:03:27.0070302Z escr' on page 56 undefined on input line 3682.
2023-09-21T13:03:27.0070542Z 
2023-09-21T13:03:27.0411307Z [56]
2023-09-21T13:03:27.0411550Z 
2023-09-21T13:03:27.0412339Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.0413173Z le.get_enum' on page 57 undefined on input line 3763.
2023-09-21T13:03:27.0413422Z 
2023-09-21T13:03:27.0413432Z 
2023-09-21T13:03:27.0413873Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:atomclass
2023-09-21T13:03:27.0414410Z descr' on page 57 undefined on input line 3770.
2023-09-21T13:03:27.0414641Z 
2023-09-21T13:03:27.0414649Z 
2023-09-21T13:03:27.0414892Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:earraymeth
2023-09-21T13:03:27.0415439Z odsdescr' on page 57 undefined on input line 3804.
2023-09-21T13:03:27.0415680Z 
2023-09-21T13:03:27.1356480Z [57] [58] [59]
2023-09-21T13:03:27.1356843Z 
2023-09-21T13:03:27.1357339Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:colsclassd
2023-09-21T13:03:27.1358576Z escr' on page 60 undefined on input line 3979.
2023-09-21T13:03:27.1358989Z 
2023-09-21T13:03:27.1679644Z [60]
2023-09-21T13:03:27.1679928Z 
2023-09-21T13:03:27.1680295Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:descriptio
2023-09-21T13:03:27.1681239Z nclassdescr' on page 61 undefined on input line 4032.
2023-09-21T13:03:27.1681554Z 
2023-09-21T13:03:27.2151147Z [61]
2023-09-21T13:03:27.2151380Z 
2023-09-21T13:03:27.2151675Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:descriptio
2023-09-21T13:03:27.2152456Z nclassdescr' on page 62 undefined on input line 4133.
2023-09-21T13:03:27.2152710Z 
2023-09-21T13:03:27.2375274Z [62] [63]
2023-09-21T13:03:27.2375493Z 
2023-09-21T13:03:27.2375785Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.copy_f
2023-09-21T13:03:27.2376543Z ile' on page 64 undefined on input line 4284.
2023-09-21T13:03:27.2376775Z 
2023-09-21T13:03:27.2376784Z 
2023-09-21T13:03:27.2377021Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.copy_f
2023-09-21T13:03:27.2377555Z ile' on page 64 undefined on input line 4287.
2023-09-21T13:03:27.2377782Z 
2023-09-21T13:03:27.2377790Z 
2023-09-21T13:03:27.2378060Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.Filters
2023-09-21T13:03:27.2378577Z ' on page 64 undefined on input line 4395.
2023-09-21T13:03:27.2378816Z 
2023-09-21T13:03:27.2378824Z 
2023-09-21T13:03:27.2379058Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:filtersclassde
2023-09-21T13:03:27.2379580Z scr' on page 64 undefined on input line 4395.
2023-09-21T13:03:27.2379806Z 
2023-09-21T13:03:27.2536766Z [64]
2023-09-21T13:03:27.2537127Z 
2023-09-21T13:03:27.2538023Z LaTeX Warning: Hyper reference `usersguide/parameter_files:parameter-files' on 
2023-09-21T13:03:27.2538819Z page 65 undefined on input line 4412.
2023-09-21T13:03:27.2539199Z 
2023-09-21T13:03:27.2539213Z 
2023-09-21T13:03:27.2539859Z LaTeX Warning: Hyper reference `usersguide/optimization:lruoptim' on page 65 un
2023-09-21T13:03:27.2540611Z defined on input line 4418.
2023-09-21T13:03:27.2541008Z 
2023-09-21T13:03:27.2541022Z 
2023-09-21T13:03:27.2541507Z LaTeX Warning: Hyper reference `usersguide/parameter_files:tables.parameters.MA
2023-09-21T13:03:27.2542519Z X_BLOSC_THREADS' on page 65 undefined on input line 4435.
2023-09-21T13:03:27.2542964Z 
2023-09-21T13:03:27.2542998Z 
2023-09-21T13:03:27.2543445Z LaTeX Warning: Hyper reference `usersguide/parameter_files:tables.parameters.MA
2023-09-21T13:03:27.2544669Z X_BLOSC_THREADS' on page 65 undefined on input line 4438.
2023-09-21T13:03:27.2545107Z 
2023-09-21T13:03:27.2545119Z 
2023-09-21T13:03:27.2545555Z LaTeX Warning: Hyper reference `usersguide/parameter_files:tables.parameters.MA
2023-09-21T13:03:27.2546532Z X_BLOSC_THREADS' on page 65 undefined on input line 4456.
2023-09-21T13:03:27.2546962Z 
2023-09-21T13:03:27.2546975Z 
2023-09-21T13:03:27.2547410Z LaTeX Warning: Hyper reference `usersguide/parameter_files:tables.parameters.MA
2023-09-21T13:03:27.2548392Z X_BLOSC_THREADS' on page 65 undefined on input line 4459.
2023-09-21T13:03:27.2548822Z 
2023-09-21T13:03:27.2620437Z [65]
2023-09-21T13:03:27.2620650Z 
2023-09-21T13:03:27.2621546Z LaTeX Warning: Hyper reference `usersguide/libref/top_level:tables.open_file' o
2023-09-21T13:03:27.2622021Z n page 66 undefined on input line 4617.
2023-09-21T13:03:27.2622430Z 
2023-09-21T13:03:27.2622439Z 
2023-09-21T13:03:27.2622696Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.enable
2023-09-21T13:03:27.2623256Z _undo' on page 66 undefined on input line 4626.
2023-09-21T13:03:27.2623491Z 
2023-09-21T13:03:27.2623499Z 
2023-09-21T13:03:27.2623806Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.mark' 
2023-09-21T13:03:27.2624238Z on page 66 undefined on input line 4629.
2023-09-21T13:03:27.2624711Z 
2023-09-21T13:03:27.2624719Z 
2023-09-21T13:03:27.2625029Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.undo' 
2023-09-21T13:03:27.2625481Z on page 66 undefined on input line 4637.
2023-09-21T13:03:27.2625696Z 
2023-09-21T13:03:27.2625703Z 
2023-09-21T13:03:27.2626006Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.redo' 
2023-09-21T13:03:27.2626441Z on page 66 undefined on input line 4640.
2023-09-21T13:03:27.2626656Z 
2023-09-21T13:03:27.2626663Z 
2023-09-21T13:03:27.2626911Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.disabl
2023-09-21T13:03:27.2627445Z e_undo' on page 66 undefined on input line 4652.
2023-09-21T13:03:27.2627678Z 
2023-09-21T13:03:27.2699877Z [66]
2023-09-21T13:03:27.2700058Z 
2023-09-21T13:03:27.2700343Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.Filters
2023-09-21T13:03:27.2700978Z ' on page 67 undefined on input line 4718.
2023-09-21T13:03:27.2701206Z 
2023-09-21T13:03:27.2701214Z 
2023-09-21T13:03:27.2701471Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:filtersclassde
2023-09-21T13:03:27.2701990Z scr' on page 67 undefined on input line 4718.
2023-09-21T13:03:27.2702223Z 
2023-09-21T13:03:27.2702231Z 
2023-09-21T13:03:27.2702606Z LaTeX Warning: Hyper reference `usersguide/parameter_files:parameter-files' on 
2023-09-21T13:03:27.2703057Z page 67 undefined on input line 4734.
2023-09-21T13:03:27.2703268Z 
2023-09-21T13:03:27.2703276Z 
2023-09-21T13:03:27.2703659Z LaTeX Warning: Hyper reference `usersguide/libref/top_level:tables.open_file' o
2023-09-21T13:03:27.2704097Z n page 67 undefined on input line 4806.
2023-09-21T13:03:27.2704311Z 
2023-09-21T13:03:27.2819413Z [67]
2023-09-21T13:03:27.2819611Z 
2023-09-21T13:03:27.2819893Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:filtersclassde
2023-09-21T13:03:27.2820546Z scr' on page 68 undefined on input line 4840.
2023-09-21T13:03:27.2820779Z 
2023-09-21T13:03:27.2820788Z 
2023-09-21T13:03:27.2821139Z LaTeX Warning: Hyper reference `usersguide/parameter_files:parameter-files' on 
2023-09-21T13:03:27.2821593Z page 68 undefined on input line 4902.
2023-09-21T13:03:27.2821805Z 
2023-09-21T13:03:27.3078065Z [68] [69]
2023-09-21T13:03:27.3078350Z 
2023-09-21T13:03:27.3078762Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.3079743Z p._f_copy_children' on page 70 undefined on input line 5102.
2023-09-21T13:03:27.3080112Z 
2023-09-21T13:03:27.3080127Z 
2023-09-21T13:03:27.3080497Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:27.3081277Z de' on page 70 undefined on input line 5125.
2023-09-21T13:03:27.3081590Z 
2023-09-21T13:03:27.3081600Z 
2023-09-21T13:03:27.3081945Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.3082640Z p' on page 70 undefined on input line 5130.
2023-09-21T13:03:27.3082949Z 
2023-09-21T13:03:27.3082959Z 
2023-09-21T13:03:27.3083297Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:27.3084015Z de' on page 70 undefined on input line 5145.
2023-09-21T13:03:27.3084434Z 
2023-09-21T13:03:27.3084443Z 
2023-09-21T13:03:27.3084736Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.3085724Z p._f_copy' on page 70 undefined on input line 5166.
2023-09-21T13:03:27.3086016Z 
2023-09-21T13:03:27.3086025Z 
2023-09-21T13:03:27.3086310Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.3087127Z ._f_copy' on page 70 undefined on input line 5174.
2023-09-21T13:03:27.3087424Z 
2023-09-21T13:03:27.3087433Z 
2023-09-21T13:03:27.3087721Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.3088311Z ' on page 70 undefined on input line 5179.
2023-09-21T13:03:27.3088577Z 
2023-09-21T13:03:27.3183302Z [70]
2023-09-21T13:03:27.3183522Z 
2023-09-21T13:03:27.3183840Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.3184808Z p' on page 71 undefined on input line 5198.
2023-09-21T13:03:27.3185037Z 
2023-09-21T13:03:27.3185045Z 
2023-09-21T13:03:27.3185295Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:groupclassd
2023-09-21T13:03:27.3185829Z escr' on page 71 undefined on input line 5200.
2023-09-21T13:03:27.3186059Z 
2023-09-21T13:03:27.3186068Z 
2023-09-21T13:03:27.3186313Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:earrayclas
2023-09-21T13:03:27.3186864Z sdescr' on page 71 undefined on input line 5219.
2023-09-21T13:03:27.3187097Z 
2023-09-21T13:03:27.3187105Z 
2023-09-21T13:03:27.3187349Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:tables.At
2023-09-21T13:03:27.3187850Z om' on page 71 undefined on input line 5244.
2023-09-21T13:03:27.3188076Z 
2023-09-21T13:03:27.3188106Z 
2023-09-21T13:03:27.3188351Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:atomclass
2023-09-21T13:03:27.3188877Z descr' on page 71 undefined on input line 5246.
2023-09-21T13:03:27.3189106Z 
2023-09-21T13:03:27.3189113Z 
2023-09-21T13:03:27.3189354Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:tables.Arr
2023-09-21T13:03:27.3189858Z ay' on page 71 undefined on input line 5286.
2023-09-21T13:03:27.3190091Z 
2023-09-21T13:03:27.3190098Z 
2023-09-21T13:03:27.3190341Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.create
2023-09-21T13:03:27.3190875Z _table' on page 71 undefined on input line 5290.
2023-09-21T13:03:27.3191103Z 
2023-09-21T13:03:27.3191110Z 
2023-09-21T13:03:27.3191350Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.3191841Z p' on page 71 undefined on input line 5314.
2023-09-21T13:03:27.3192067Z 
2023-09-21T13:03:27.3192075Z 
2023-09-21T13:03:27.3192313Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:groupclassd
2023-09-21T13:03:27.3192832Z escr' on page 71 undefined on input line 5316.
2023-09-21T13:03:27.3193062Z 
2023-09-21T13:03:27.3276925Z [71]
2023-09-21T13:03:27.3277133Z 
2023-09-21T13:03:27.3277403Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:tables.At
2023-09-21T13:03:27.3278693Z om' on page 72 undefined on input line 5324.
2023-09-21T13:03:27.3278943Z 
2023-09-21T13:03:27.3278952Z 
2023-09-21T13:03:27.3279207Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:atomclass
2023-09-21T13:03:27.3279783Z descr' on page 72 undefined on input line 5326.
2023-09-21T13:03:27.3280016Z 
2023-09-21T13:03:27.3280024Z 
2023-09-21T13:03:27.3280260Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.Filters
2023-09-21T13:03:27.3280803Z ' on page 72 undefined on input line 5352.
2023-09-21T13:03:27.3281032Z 
2023-09-21T13:03:27.3281040Z 
2023-09-21T13:03:27.3281288Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:filtersclassde
2023-09-21T13:03:27.3281817Z scr' on page 72 undefined on input line 5352.
2023-09-21T13:03:27.3282043Z 
2023-09-21T13:03:27.3282051Z 
2023-09-21T13:03:27.3282279Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:earrayclas
2023-09-21T13:03:27.3282813Z sdescr' on page 72 undefined on input line 5388.
2023-09-21T13:03:27.3283049Z 
2023-09-21T13:03:27.3283056Z 
2023-09-21T13:03:27.3283640Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:tables.CAr
2023-09-21T13:03:27.3284179Z ray' on page 72 undefined on input line 5424.
2023-09-21T13:03:27.3284606Z 
2023-09-21T13:03:27.3284614Z 
2023-09-21T13:03:27.3284844Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.3285366Z p' on page 72 undefined on input line 5448.
2023-09-21T13:03:27.3285589Z 
2023-09-21T13:03:27.3285596Z 
2023-09-21T13:03:27.3285919Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:groupclassd
2023-09-21T13:03:27.3286441Z escr' on page 72 undefined on input line 5450.
2023-09-21T13:03:27.3286674Z 
2023-09-21T13:03:27.3358456Z [72]
2023-09-21T13:03:27.3358753Z 
2023-09-21T13:03:27.3359160Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:tables.At
2023-09-21T13:03:27.3360739Z om' on page 73 undefined on input line 5458.
2023-09-21T13:03:27.3361082Z 
2023-09-21T13:03:27.3361095Z 
2023-09-21T13:03:27.3361484Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:atomclass
2023-09-21T13:03:27.3362263Z descr' on page 73 undefined on input line 5460.
2023-09-21T13:03:27.3362618Z 
2023-09-21T13:03:27.3362631Z 
2023-09-21T13:03:27.3362987Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:tables.EAr
2023-09-21T13:03:27.3363763Z ray' on page 73 undefined on input line 5559.
2023-09-21T13:03:27.3364092Z 
2023-09-21T13:03:27.3464489Z [73]
2023-09-21T13:03:27.3464669Z 
2023-09-21T13:03:27.3464935Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.3465534Z p' on page 74 undefined on input line 5605.
2023-09-21T13:03:27.3465764Z 
2023-09-21T13:03:27.3465773Z 
2023-09-21T13:03:27.3466023Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:groupclassd
2023-09-21T13:03:27.3466594Z escr' on page 74 undefined on input line 5607.
2023-09-21T13:03:27.3466830Z 
2023-09-21T13:03:27.3466837Z 
2023-09-21T13:03:27.3467096Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.Filters
2023-09-21T13:03:27.3467599Z ' on page 74 undefined on input line 5620.
2023-09-21T13:03:27.3467836Z 
2023-09-21T13:03:27.3467844Z 
2023-09-21T13:03:27.3468096Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:filtersclassde
2023-09-21T13:03:27.3468619Z scr' on page 74 undefined on input line 5620.
2023-09-21T13:03:27.3468846Z 
2023-09-21T13:03:27.3468853Z 
2023-09-21T13:03:27.3469099Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.3469604Z p' on page 74 undefined on input line 5640.
2023-09-21T13:03:27.3469829Z 
2023-09-21T13:03:27.3469836Z 
2023-09-21T13:03:27.3470080Z LaTeX Warning: Hyper reference `usersguide/libref/link_classes:softlinkclassdes
2023-09-21T13:03:27.3470602Z cr' on page 74 undefined on input line 5694.
2023-09-21T13:03:27.3470831Z 
2023-09-21T13:03:27.3470838Z 
2023-09-21T13:03:27.3471090Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.3471589Z p' on page 74 undefined on input line 5712.
2023-09-21T13:03:27.3471812Z 
2023-09-21T13:03:27.3471820Z 
2023-09-21T13:03:27.3472070Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:groupclassd
2023-09-21T13:03:27.3472588Z escr' on page 74 undefined on input line 5714.
2023-09-21T13:03:27.3472815Z 
2023-09-21T13:03:27.3533905Z [74]
2023-09-21T13:03:27.3534087Z 
2023-09-21T13:03:27.3534368Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Des
2023-09-21T13:03:27.3535028Z cription' on page 75 undefined on input line 5722.
2023-09-21T13:03:27.3535274Z 
2023-09-21T13:03:27.3535281Z 
2023-09-21T13:03:27.3535533Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:isdescrip
2023-09-21T13:03:27.3536118Z tionclassdescr' on page 75 undefined on input line 5731.
2023-09-21T13:03:27.3536363Z 
2023-09-21T13:03:27.3536371Z 
2023-09-21T13:03:27.3536952Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.Filters
2023-09-21T13:03:27.3537492Z ' on page 75 undefined on input line 5772.
2023-09-21T13:03:27.3537715Z 
2023-09-21T13:03:27.3537723Z 
2023-09-21T13:03:27.3538175Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:filtersclassde
2023-09-21T13:03:27.3538709Z scr' on page 75 undefined on input line 5772.
2023-09-21T13:03:27.3538923Z 
2023-09-21T13:03:27.3538930Z 
2023-09-21T13:03:27.3539174Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.3539685Z le' on page 75 undefined on input line 5844.
2023-09-21T13:03:27.3539912Z 
2023-09-21T13:03:27.3626789Z [75]
2023-09-21T13:03:27.3626981Z 
2023-09-21T13:03:27.3627318Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.3627943Z p' on page 76 undefined on input line 5868.
2023-09-21T13:03:27.3628198Z 
2023-09-21T13:03:27.3628206Z 
2023-09-21T13:03:27.3628471Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:groupclassd
2023-09-21T13:03:27.3629015Z escr' on page 76 undefined on input line 5870.
2023-09-21T13:03:27.3629246Z 
2023-09-21T13:03:27.3629253Z 
2023-09-21T13:03:27.3629501Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:tables.At
2023-09-21T13:03:27.3630022Z om' on page 76 undefined on input line 5878.
2023-09-21T13:03:27.3630249Z 
2023-09-21T13:03:27.3630257Z 
2023-09-21T13:03:27.3630501Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:atomclass
2023-09-21T13:03:27.3631030Z descr' on page 76 undefined on input line 5880.
2023-09-21T13:03:27.3631259Z 
2023-09-21T13:03:27.3631267Z 
2023-09-21T13:03:27.3631508Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.Filters
2023-09-21T13:03:27.3632002Z ' on page 76 undefined on input line 5895.
2023-09-21T13:03:27.3632224Z 
2023-09-21T13:03:27.3632231Z 
2023-09-21T13:03:27.3632474Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:filtersclassde
2023-09-21T13:03:27.3633003Z scr' on page 76 undefined on input line 5895.
2023-09-21T13:03:27.3633234Z 
2023-09-21T13:03:27.3633241Z 
2023-09-21T13:03:27.3633482Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:tables.VLA
2023-09-21T13:03:27.3633998Z rray' on page 76 undefined on input line 5976.
2023-09-21T13:03:27.3634223Z 
2023-09-21T13:03:27.3726501Z [76]
2023-09-21T13:03:27.3726685Z 
2023-09-21T13:03:27.3727223Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:27.3727854Z de' on page 77 undefined on input line 6005.
2023-09-21T13:03:27.3728073Z 
2023-09-21T13:03:27.3728080Z 
2023-09-21T13:03:27.3728330Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:27.3728857Z de' on page 77 undefined on input line 6010.
2023-09-21T13:03:27.3729083Z 
2023-09-21T13:03:27.3729090Z 
2023-09-21T13:03:27.3729335Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.3729890Z ._f_move' on page 77 undefined on input line 6032.
2023-09-21T13:03:27.3730113Z 
2023-09-21T13:03:27.3730121Z 
2023-09-21T13:03:27.3730363Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:27.3730923Z de' on page 77 undefined on input line 6050.
2023-09-21T13:03:27.3731150Z 
2023-09-21T13:03:27.3731158Z 
2023-09-21T13:03:27.3731399Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:27.3731916Z de' on page 77 undefined on input line 6055.
2023-09-21T13:03:27.3732127Z 
2023-09-21T13:03:27.3732134Z 
2023-09-21T13:03:27.3732374Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:27.3732889Z de' on page 77 undefined on input line 6085.
2023-09-21T13:03:27.3733115Z 
2023-09-21T13:03:27.3733123Z 
2023-09-21T13:03:27.3733364Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:27.3733881Z de' on page 77 undefined on input line 6090.
2023-09-21T13:03:27.3734091Z 
2023-09-21T13:03:27.3842280Z [77]
2023-09-21T13:03:27.3842460Z 
2023-09-21T13:03:27.3842737Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.3843517Z ' on page 78 undefined on input line 6123.
2023-09-21T13:03:27.3843747Z 
2023-09-21T13:03:27.3843755Z 
2023-09-21T13:03:27.3844002Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:nodeclassde
2023-09-21T13:03:27.3844532Z scr' on page 78 undefined on input line 6126.
2023-09-21T13:03:27.3844761Z 
2023-09-21T13:03:27.3844769Z 
2023-09-21T13:03:27.3845019Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:groupclassd
2023-09-21T13:03:27.3845535Z escr' on page 78 undefined on input line 6141.
2023-09-21T13:03:27.3845764Z 
2023-09-21T13:03:27.3845772Z 
2023-09-21T13:03:27.3846021Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:27.3846545Z de' on page 78 undefined on input line 6190.
2023-09-21T13:03:27.3846774Z 
2023-09-21T13:03:27.3846790Z 
2023-09-21T13:03:27.3847036Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:nodeclassde
2023-09-21T13:03:27.3847545Z scr' on page 78 undefined on input line 6196.
2023-09-21T13:03:27.3847778Z 
2023-09-21T13:03:27.3847786Z 
2023-09-21T13:03:27.3848033Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.list_n
2023-09-21T13:03:27.3848564Z odes' on page 78 undefined on input line 6206.
2023-09-21T13:03:27.3848793Z 
2023-09-21T13:03:27.3848801Z 
2023-09-21T13:03:27.3849086Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.iter_n
2023-09-21T13:03:27.3849665Z odes' on page 78 undefined on input line 6221.
2023-09-21T13:03:27.3849895Z 
2023-09-21T13:03:27.4023718Z [78]
2023-09-21T13:03:27.4023952Z 
2023-09-21T13:03:27.4024249Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:groupclassd
2023-09-21T13:03:27.4025525Z escr' on page 79 undefined on input line 6243.
2023-09-21T13:03:27.4025750Z 
2023-09-21T13:03:27.4025779Z 
2023-09-21T13:03:27.4026036Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.4026574Z p' on page 79 undefined on input line 6260.
2023-09-21T13:03:27.4026825Z 
2023-09-21T13:03:27.4026834Z 
2023-09-21T13:03:27.4027083Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:groupclassd
2023-09-21T13:03:27.4027618Z escr' on page 79 undefined on input line 6262.
2023-09-21T13:03:27.4027834Z 
2023-09-21T13:03:27.4027841Z 
2023-09-21T13:03:27.4028085Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:groupclassd
2023-09-21T13:03:27.4028615Z escr' on page 79 undefined on input line 6267.
2023-09-21T13:03:27.4028844Z 
2023-09-21T13:03:27.4028851Z 
2023-09-21T13:03:27.4029097Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.walk_n
2023-09-21T13:03:27.4029621Z odes' on page 79 undefined on input line 6317.
2023-09-21T13:03:27.4029835Z 
2023-09-21T13:03:27.4128767Z [79]
2023-09-21T13:03:27.4128974Z 
2023-09-21T13:03:27.4129448Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.mark' 
2023-09-21T13:03:27.4129928Z on page 80 undefined on input line 6347.
2023-09-21T13:03:27.4130168Z 
2023-09-21T13:03:27.4130176Z 
2023-09-21T13:03:27.4130491Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.undo' 
2023-09-21T13:03:27.4130933Z on page 80 undefined on input line 6347.
2023-09-21T13:03:27.4131156Z 
2023-09-21T13:03:27.4131164Z 
2023-09-21T13:03:27.4131469Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.redo' 
2023-09-21T13:03:27.4131916Z on page 80 undefined on input line 6347.
2023-09-21T13:03:27.4132135Z 
2023-09-21T13:03:27.4132142Z 
2023-09-21T13:03:27.4132440Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.mark' 
2023-09-21T13:03:27.4132874Z on page 80 undefined on input line 6369.
2023-09-21T13:03:27.4133089Z 
2023-09-21T13:03:27.4133096Z 
2023-09-21T13:03:27.4133712Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.undo' 
2023-09-21T13:03:27.4134167Z on page 80 undefined on input line 6369.
2023-09-21T13:03:27.4134383Z 
2023-09-21T13:03:27.4134390Z 
2023-09-21T13:03:27.4134846Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.redo' 
2023-09-21T13:03:27.4135283Z on page 80 undefined on input line 6369.
2023-09-21T13:03:27.4135498Z 
2023-09-21T13:03:27.4135506Z 
2023-09-21T13:03:27.4135747Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:filtersclassde
2023-09-21T13:03:27.4136287Z scr' on page 80 undefined on input line 6374.
2023-09-21T13:03:27.4136516Z 
2023-09-21T13:03:27.4136523Z 
2023-09-21T13:03:27.4136767Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.enable
2023-09-21T13:03:27.4137283Z _undo' on page 80 undefined on input line 6400.
2023-09-21T13:03:27.4137511Z 
2023-09-21T13:03:27.4137518Z 
2023-09-21T13:03:27.4137817Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.undo' 
2023-09-21T13:03:27.4138264Z on page 80 undefined on input line 6461.
2023-09-21T13:03:27.4138485Z 
2023-09-21T13:03:27.4138492Z 
2023-09-21T13:03:27.4138790Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.redo' 
2023-09-21T13:03:27.4139221Z on page 80 undefined on input line 6461.
2023-09-21T13:03:27.4139437Z 
2023-09-21T13:03:27.4229166Z [80]
2023-09-21T13:03:27.4229371Z 
2023-09-21T13:03:27.4229652Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:27.4230304Z de' on page 81 undefined on input line 6534.
2023-09-21T13:03:27.4230523Z 
2023-09-21T13:03:27.4230548Z 
2023-09-21T13:03:27.4230812Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:27.4231346Z de' on page 81 undefined on input line 6539.
2023-09-21T13:03:27.4231577Z 
2023-09-21T13:03:27.4231585Z 
2023-09-21T13:03:27.4231833Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:nodeclassde
2023-09-21T13:03:27.4232379Z scr' on page 81 undefined on input line 6545.
2023-09-21T13:03:27.4232591Z 
2023-09-21T13:03:27.4232615Z 
2023-09-21T13:03:27.4232844Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:27.4233375Z de' on page 81 undefined on input line 6566.
2023-09-21T13:03:27.4233602Z 
2023-09-21T13:03:27.4233610Z 
2023-09-21T13:03:27.4233861Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:27.4234382Z de' on page 81 undefined on input line 6571.
2023-09-21T13:03:27.4234594Z 
2023-09-21T13:03:27.4234616Z 
2023-09-21T13:03:27.4234845Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:27.4235361Z de' on page 81 undefined on input line 6598.
2023-09-21T13:03:27.4235585Z 
2023-09-21T13:03:27.4235593Z 
2023-09-21T13:03:27.4235835Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:27.4236348Z de' on page 81 undefined on input line 6603.
2023-09-21T13:03:27.4236558Z 
2023-09-21T13:03:27.4310153Z [81]
2023-09-21T13:03:27.4311395Z 
2023-09-21T13:03:27.4311767Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:27.4313267Z de' on page 82 undefined on input line 6631.
2023-09-21T13:03:27.4313563Z 
2023-09-21T13:03:27.4313574Z 
2023-09-21T13:03:27.4313890Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:27.4314534Z de' on page 82 undefined on input line 6636.
2023-09-21T13:03:27.4314817Z 
2023-09-21T13:03:27.4314827Z 
2023-09-21T13:03:27.4315136Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:groupclassd
2023-09-21T13:03:27.4315800Z escr' on page 82 undefined on input line 6701.
2023-09-21T13:03:27.4316083Z 
2023-09-21T13:03:27.4418640Z [82]
2023-09-21T13:03:27.4418823Z 
2023-09-21T13:03:27.4419298Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:fileclassdescr' on
2023-09-21T13:03:27.4419763Z  page 83 undefined on input line 6730.
2023-09-21T13:03:27.4420320Z 
2023-09-21T13:03:27.4420332Z 
2023-09-21T13:03:27.4420592Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.4421308Z p' on page 83 undefined on input line 6787.
2023-09-21T13:03:27.4421522Z 
2023-09-21T13:03:27.4421530Z 
2023-09-21T13:03:27.4421780Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:tables.at
2023-09-21T13:03:27.4422389Z tributeset.AttributeSet' on page 83 undefined on input line 6808.
2023-09-21T13:03:27.4422705Z 
2023-09-21T13:03:27.4500354Z [83]
2023-09-21T13:03:27.4500653Z 
2023-09-21T13:03:27.4501079Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:groupclassd
2023-09-21T13:03:27.4502049Z escr' on page 84 undefined on input line 6883.
2023-09-21T13:03:27.4502536Z 
2023-09-21T13:03:27.4502545Z 
2023-09-21T13:03:27.4502802Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:groupclassd
2023-09-21T13:03:27.4503369Z escr' on page 84 undefined on input line 6937.
2023-09-21T13:03:27.4503615Z 
2023-09-21T13:03:27.4604504Z [84]
2023-09-21T13:03:27.4604708Z 
2023-09-21T13:03:27.4605001Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.4605740Z p' on page 85 undefined on input line 7101.
2023-09-21T13:03:27.4605974Z 
2023-09-21T13:03:27.4746417Z [85]
2023-09-21T13:03:27.4746686Z 
2023-09-21T13:03:27.4747071Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.Filters
2023-09-21T13:03:27.4747923Z ' on page 86 undefined on input line 7117.
2023-09-21T13:03:27.4748238Z 
2023-09-21T13:03:27.4748250Z 
2023-09-21T13:03:27.4748595Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:nodeclassde
2023-09-21T13:03:27.4749328Z scr' on page 86 undefined on input line 7164.
2023-09-21T13:03:27.4749642Z 
2023-09-21T13:03:27.4843560Z [86]
2023-09-21T13:03:27.4843847Z 
2023-09-21T13:03:27.4844237Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:filtersclassde
2023-09-21T13:03:27.4845190Z scr' on page 87 undefined on input line 7268.
2023-09-21T13:03:27.4845534Z 
2023-09-21T13:03:27.4845546Z 
2023-09-21T13:03:27.4846075Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:fileclassdescr' on
2023-09-21T13:03:27.4846741Z  page 87 undefined on input line 7281.
2023-09-21T13:03:27.4847038Z 
2023-09-21T13:03:27.4847066Z 
2023-09-21T13:03:27.4847404Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:nodeclassde
2023-09-21T13:03:27.4848175Z scr' on page 87 undefined on input line 7288.
2023-09-21T13:03:27.4848508Z 
2023-09-21T13:03:27.4848519Z 
2023-09-21T13:03:27.4848873Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.4849668Z ._f_close' on page 87 undefined on input line 7300.
2023-09-21T13:03:27.4849994Z 
2023-09-21T13:03:27.4850023Z 
2023-09-21T13:03:27.4850358Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.4851126Z ._f_copy' on page 87 undefined on input line 7322.
2023-09-21T13:03:27.4851480Z 
2023-09-21T13:03:27.4851492Z 
2023-09-21T13:03:27.4851846Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.Filters
2023-09-21T13:03:27.4852601Z ' on page 87 undefined on input line 7334.
2023-09-21T13:03:27.4852903Z 
2023-09-21T13:03:27.4852931Z 
2023-09-21T13:03:27.4853267Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:filtersclassde
2023-09-21T13:03:27.4854028Z scr' on page 87 undefined on input line 7336.
2023-09-21T13:03:27.4854358Z 
2023-09-21T13:03:27.4854369Z 
2023-09-21T13:03:27.4854722Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:groupclassd
2023-09-21T13:03:27.4855480Z escr' on page 87 undefined on input line 7371.
2023-09-21T13:03:27.4855798Z 
2023-09-21T13:03:27.4918040Z [87]
2023-09-21T13:03:27.4918385Z 
2023-09-21T13:03:27.4918790Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:nodeclassde
2023-09-21T13:03:27.4919717Z scr' on page 88 undefined on input line 7430.
2023-09-21T13:03:27.4920503Z 
2023-09-21T13:03:27.4920519Z 
2023-09-21T13:03:27.4920894Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.4921843Z p._f_list_nodes' on page 88 undefined on input line 7435.
2023-09-21T13:03:27.4922094Z 
2023-09-21T13:03:27.4922102Z 
2023-09-21T13:03:27.4922348Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.4922910Z p._f_iter_nodes' on page 88 undefined on input line 7450.
2023-09-21T13:03:27.4923153Z 
2023-09-21T13:03:27.4923161Z 
2023-09-21T13:03:27.4923401Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.4923948Z p._f_walk_groups' on page 88 undefined on input line 7488.
2023-09-21T13:03:27.4924198Z 
2023-09-21T13:03:27.4924205Z 
2023-09-21T13:03:27.4924449Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.4925005Z p._f_iter_nodes' on page 88 undefined on input line 7490.
2023-09-21T13:03:27.4925254Z 
2023-09-21T13:03:27.5132117Z [88]
2023-09-21T13:03:27.5132415Z 
2023-09-21T13:03:27.5132801Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.remove
2023-09-21T13:03:27.5133790Z _node' on page 89 undefined on input line 7565.
2023-09-21T13:03:27.5134110Z 
2023-09-21T13:03:27.5134121Z 
2023-09-21T13:03:27.5134459Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.5135223Z ._f_remove' on page 89 undefined on input line 7565.
2023-09-21T13:03:27.5135552Z 
2023-09-21T13:03:27.5135563Z 
2023-09-21T13:03:27.5135889Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.del_no
2023-09-21T13:03:27.5136634Z de_attr' on page 89 undefined on input line 7566.
2023-09-21T13:03:27.5136959Z 
2023-09-21T13:03:27.5136969Z 
2023-09-21T13:03:27.5137308Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.5138060Z ._f_delattr' on page 89 undefined on input line 7567.
2023-09-21T13:03:27.5138402Z 
2023-09-21T13:03:27.5403644Z [89]
2023-09-21T13:03:27.5405927Z 
2023-09-21T13:03:27.5408765Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:fileclassdescr' on
2023-09-21T13:03:27.5411491Z  page 90 undefined on input line 7648.
2023-09-21T13:03:27.5413640Z 
2023-09-21T13:03:27.5413656Z 
2023-09-21T13:03:27.5414125Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.set_no
2023-09-21T13:03:27.5417011Z de_attr' on page 90 undefined on input line 7650.
2023-09-21T13:03:27.5417421Z 
2023-09-21T13:03:27.5417435Z 
2023-09-21T13:03:27.5419683Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.5422100Z ._v_attrs' on page 90 undefined on input line 7651.
2023-09-21T13:03:27.5422358Z 
2023-09-21T13:03:27.5422366Z 
2023-09-21T13:03:27.5422621Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:27.5424632Z de' on page 90 undefined on input line 7657.
2023-09-21T13:03:27.5426074Z 
2023-09-21T13:03:27.5426083Z 
2023-09-21T13:03:27.5426361Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.5428154Z p._f_get_child' on page 90 undefined on input line 7657.
2023-09-21T13:03:27.5428457Z 
2023-09-21T13:03:27.5428465Z 
2023-09-21T13:03:27.5428714Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.5430434Z ' on page 90 undefined on input line 7697.
2023-09-21T13:03:27.5430676Z 
2023-09-21T13:03:27.5430683Z 
2023-09-21T13:03:27.5430936Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.5432655Z p' on page 90 undefined on input line 7698.
2023-09-21T13:03:27.5432890Z 
2023-09-21T13:03:27.5432897Z 
2023-09-21T13:03:27.5434280Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tableclass
2023-09-21T13:03:27.5434905Z descr' on page 90 undefined on input line 7703.
2023-09-21T13:03:27.5436264Z 
2023-09-21T13:03:27.5436272Z 
2023-09-21T13:03:27.5436903Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:arrayclass
2023-09-21T13:03:27.5438800Z descr' on page 90 undefined on input line 7704.
2023-09-21T13:03:27.5440636Z 
2023-09-21T13:03:27.5440644Z 
2023-09-21T13:03:27.5440900Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:carrayclas
2023-09-21T13:03:27.5442643Z sdescr' on page 90 undefined on input line 7704.
2023-09-21T13:03:27.5442875Z 
2023-09-21T13:03:27.5442883Z 
2023-09-21T13:03:27.5444268Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:earrayclas
2023-09-21T13:03:27.5445995Z sdescr' on page 90 undefined on input line 7705.
2023-09-21T13:03:27.5446311Z 
2023-09-21T13:03:27.5446318Z 
2023-09-21T13:03:27.5446570Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:vlarraycla
2023-09-21T13:03:27.5448294Z ssdescr' on page 90 undefined on input line 7705.
2023-09-21T13:03:27.5448543Z 
2023-09-21T13:03:27.5448550Z 
2023-09-21T13:03:27.5448817Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:unimplementedc
2023-09-21T13:03:27.5450618Z lassdescr' on page 90 undefined on input line 7707.
2023-09-21T13:03:27.5450887Z 
2023-09-21T13:03:27.5496448Z [90]
2023-09-21T13:03:27.5496632Z 
2023-09-21T13:03:27.5498116Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:nodeclassde
2023-09-21T13:03:27.5498761Z scr' on page 91 undefined on input line 7713.
2023-09-21T13:03:27.5500205Z 
2023-09-21T13:03:27.5500213Z 
2023-09-21T13:03:27.5500477Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.Filters
2023-09-21T13:03:27.5502215Z ' on page 91 undefined on input line 7839.
2023-09-21T13:03:27.5502448Z 
2023-09-21T13:03:27.5601664Z [91]
2023-09-21T13:03:27.5601845Z 
2023-09-21T13:03:27.5602094Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:nodeclassde
2023-09-21T13:03:27.5602709Z scr' on page 92 undefined on input line 7917.
2023-09-21T13:03:27.5602939Z 
2023-09-21T13:03:27.5602947Z 
2023-09-21T13:03:27.5603209Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:attribute
2023-09-21T13:03:27.5603775Z setclassdescr' on page 92 undefined on input line 7926.
2023-09-21T13:03:27.5604042Z 
2023-09-21T13:03:27.5604050Z 
2023-09-21T13:03:27.5604279Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.5604825Z ._v_attrs' on page 92 undefined on input line 7927.
2023-09-21T13:03:27.5605061Z 
2023-09-21T13:03:27.5605068Z 
2023-09-21T13:03:27.5605314Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.5605845Z ._v_name' on page 92 undefined on input line 7940.
2023-09-21T13:03:27.5606080Z 
2023-09-21T13:03:27.5606088Z 
2023-09-21T13:03:27.5606313Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.5606863Z ._v_objectid' on page 92 undefined on input line 7953.
2023-09-21T13:03:27.5607105Z 
2023-09-21T13:03:27.5607113Z 
2023-09-21T13:03:27.5607361Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.5607895Z ._v_title' on page 92 undefined on input line 7969.
2023-09-21T13:03:27.5608136Z 
2023-09-21T13:03:27.5608144Z 
2023-09-21T13:03:27.5608373Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Leaf
2023-09-21T13:03:27.5608911Z ._f_close' on page 92 undefined on input line 7987.
2023-09-21T13:03:27.5609143Z 
2023-09-21T13:03:27.5609151Z 
2023-09-21T13:03:27.5609393Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.5609929Z ._f_copy' on page 92 undefined on input line 8002.
2023-09-21T13:03:27.5610163Z 
2023-09-21T13:03:27.5610170Z 
2023-09-21T13:03:27.5610417Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.Filters
2023-09-21T13:03:27.5610916Z ' on page 92 undefined on input line 8022.
2023-09-21T13:03:27.5611140Z 
2023-09-21T13:03:27.5611147Z 
2023-09-21T13:03:27.5611682Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:filtersclassde
2023-09-21T13:03:27.5612218Z scr' on page 92 undefined on input line 8024.
2023-09-21T13:03:27.5612446Z 
2023-09-21T13:03:27.5709778Z [92]
2023-09-21T13:03:27.5710247Z 
2023-09-21T13:03:27.5710515Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.5711162Z ._f_isvisible' on page 93 undefined on input line 8100.
2023-09-21T13:03:27.5711411Z 
2023-09-21T13:03:27.5711419Z 
2023-09-21T13:03:27.5711663Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.5712190Z ._f_move' on page 93 undefined on input line 8115.
2023-09-21T13:03:27.5712433Z 
2023-09-21T13:03:27.5712441Z 
2023-09-21T13:03:27.5712684Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.5713227Z ._f_rename' on page 93 undefined on input line 8130.
2023-09-21T13:03:27.5713467Z 
2023-09-21T13:03:27.5713475Z 
2023-09-21T13:03:27.5713732Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.5714260Z ._f_remove' on page 93 undefined on input line 8146.
2023-09-21T13:03:27.5714497Z 
2023-09-21T13:03:27.5714511Z 
2023-09-21T13:03:27.5714755Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.5715297Z ._f_getattr' on page 93 undefined on input line 8162.
2023-09-21T13:03:27.5715535Z 
2023-09-21T13:03:27.5715543Z 
2023-09-21T13:03:27.5715785Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.5716329Z ._f_setattr' on page 93 undefined on input line 8177.
2023-09-21T13:03:27.5716552Z 
2023-09-21T13:03:27.5803640Z [93]
2023-09-21T13:03:27.5803822Z 
2023-09-21T13:03:27.5804090Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.5804716Z ._f_close' on page 94 undefined on input line 8245.
2023-09-21T13:03:27.5804954Z 
2023-09-21T13:03:27.5804962Z 
2023-09-21T13:03:27.5805223Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:leafclassde
2023-09-21T13:03:27.5805739Z scr' on page 94 undefined on input line 8270.
2023-09-21T13:03:27.5805967Z 
2023-09-21T13:03:27.5805986Z 
2023-09-21T13:03:27.5806227Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:colclassd
2023-09-21T13:03:27.5806748Z escr' on page 94 undefined on input line 8278.
2023-09-21T13:03:27.5806979Z 
2023-09-21T13:03:27.5806986Z 
2023-09-21T13:03:27.5807230Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.5807728Z le' on page 94 undefined on input line 8286.
2023-09-21T13:03:27.5807954Z 
2023-09-21T13:03:27.5807961Z 
2023-09-21T13:03:27.5808203Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.5808744Z le.where' on page 94 undefined on input line 8296.
2023-09-21T13:03:27.5808982Z 
2023-09-21T13:03:27.5808990Z 
2023-09-21T13:03:27.5809238Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:rowclassde
2023-09-21T13:03:27.5809746Z scr' on page 94 undefined on input line 8305.
2023-09-21T13:03:27.5809973Z 
2023-09-21T13:03:27.5809980Z 
2023-09-21T13:03:27.5810225Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.5810755Z le.cols' on page 94 undefined on input line 8312.
2023-09-21T13:03:27.5810987Z 
2023-09-21T13:03:27.5810994Z 
2023-09-21T13:03:27.5811235Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:columnclas
2023-09-21T13:03:27.5811753Z sdescr' on page 94 undefined on input line 8314.
2023-09-21T13:03:27.5811988Z 
2023-09-21T13:03:27.5811995Z 
2023-09-21T13:03:27.5812234Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.5812748Z p' on page 94 undefined on input line 8322.
2023-09-21T13:03:27.5812971Z 
2023-09-21T13:03:27.5883769Z [94]
2023-09-21T13:03:27.5883943Z 
2023-09-21T13:03:27.5884495Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.Filters
2023-09-21T13:03:27.5885103Z ' on page 95 undefined on input line 8345.
2023-09-21T13:03:27.5885327Z 
2023-09-21T13:03:27.5885335Z 
2023-09-21T13:03:27.5885580Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:leafclassde
2023-09-21T13:03:27.5886279Z scr' on page 95 undefined on input line 8392.
2023-09-21T13:03:27.5886506Z 
2023-09-21T13:03:27.5886514Z 
2023-09-21T13:03:27.5886743Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:colclassd
2023-09-21T13:03:27.5887274Z escr' on page 95 undefined on input line 8406.
2023-09-21T13:03:27.5887504Z 
2023-09-21T13:03:27.5887511Z 
2023-09-21T13:03:27.5887756Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:columnclas
2023-09-21T13:03:27.5888285Z sdescr' on page 95 undefined on input line 8455.
2023-09-21T13:03:27.5888519Z 
2023-09-21T13:03:27.5888527Z 
2023-09-21T13:03:27.5888754Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:colsclassd
2023-09-21T13:03:27.5889273Z escr' on page 95 undefined on input line 8455.
2023-09-21T13:03:27.5889501Z 
2023-09-21T13:03:27.5970280Z [95]
2023-09-21T13:03:27.5970478Z 
2023-09-21T13:03:27.5970756Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:columnclas
2023-09-21T13:03:27.5971399Z sdescr' on page 96 undefined on input line 8500.
2023-09-21T13:03:27.5971641Z 
2023-09-21T13:03:27.5971649Z 
2023-09-21T13:03:27.5971897Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:colsclassd
2023-09-21T13:03:27.5972441Z escr' on page 96 undefined on input line 8501.
2023-09-21T13:03:27.5972673Z 
2023-09-21T13:03:27.5972681Z 
2023-09-21T13:03:27.5972926Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:descriptio
2023-09-21T13:03:27.5973463Z nclassdescr' on page 96 undefined on input line 8525.
2023-09-21T13:03:27.5973714Z 
2023-09-21T13:03:27.5973722Z 
2023-09-21T13:03:27.5973970Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:rowclassde
2023-09-21T13:03:27.5974507Z scr' on page 96 undefined on input line 8634.
2023-09-21T13:03:27.5974735Z 
2023-09-21T13:03:27.6209123Z [96]
2023-09-21T13:03:27.6209359Z 
2023-09-21T13:03:27.6209637Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.6210409Z le.read' on page 97 undefined on input line 8681.
2023-09-21T13:03:27.6211197Z 
2023-09-21T13:03:27.6211206Z 
2023-09-21T13:03:27.6211462Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.6212447Z le.__iter__' on page 97 undefined on input line 8697.
2023-09-21T13:03:27.6212693Z 
2023-09-21T13:03:27.6212702Z 
2023-09-21T13:03:27.6212938Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.6213488Z le.append' on page 97 undefined on input line 8705.
2023-09-21T13:03:27.6213732Z 
2023-09-21T13:03:27.6213740Z 
2023-09-21T13:03:27.6213984Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.6214558Z le.remove_rows' on page 97 undefined on input line 8705.
2023-09-21T13:03:27.6214807Z 
2023-09-21T13:03:27.6214815Z 
2023-09-21T13:03:27.6215044Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.tab
2023-09-21T13:03:27.6215625Z leextension.Row' on page 97 undefined on input line 8713.
2023-09-21T13:03:27.6215881Z 
2023-09-21T13:03:27.6215888Z 
2023-09-21T13:03:27.6216129Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.6216668Z le.read' on page 97 undefined on input line 8766.
2023-09-21T13:03:27.6216906Z 
2023-09-21T13:03:27.6404541Z [97]
2023-09-21T13:03:27.6404800Z 
2023-09-21T13:03:27.6405090Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.6405831Z le.read' on page 98 undefined on input line 8863.
2023-09-21T13:03:27.6406075Z 
2023-09-21T13:03:27.6577868Z [98]
2023-09-21T13:03:27.6578102Z 
2023-09-21T13:03:27.6578830Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.6579608Z le.read' on page 99 undefined on input line 8898.
2023-09-21T13:03:27.6579851Z 
2023-09-21T13:03:27.6579859Z 
2023-09-21T13:03:27.6580296Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.6580857Z le.read' on page 99 undefined on input line 8949.
2023-09-21T13:03:27.6581095Z 
2023-09-21T13:03:27.6581103Z 
2023-09-21T13:03:27.6581335Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.6581922Z le.read_coordinates' on page 99 undefined on input line 8949.
2023-09-21T13:03:27.6582182Z 
2023-09-21T13:03:27.6582189Z 
2023-09-21T13:03:27.6582434Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.6582989Z le.iterrows' on page 99 undefined on input line 8964.
2023-09-21T13:03:27.6583231Z 
2023-09-21T13:03:27.6583239Z 
2023-09-21T13:03:27.6583481Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.tab
2023-09-21T13:03:27.6584043Z leextension.Row' on page 99 undefined on input line 8971.
2023-09-21T13:03:27.6584299Z 
2023-09-21T13:03:27.7053370Z [99] [100]
2023-09-21T13:03:27.7053627Z 
2023-09-21T13:03:27.7053914Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.7054893Z le.append' on page 101 undefined on input line 9107.
2023-09-21T13:03:27.7055148Z 
2023-09-21T13:03:27.7055156Z 
2023-09-21T13:03:27.7055410Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.7055969Z le.append' on page 101 undefined on input line 9129.
2023-09-21T13:03:27.7056402Z 
2023-09-21T13:03:27.7343821Z [101]
2023-09-21T13:03:27.7344090Z 
2023-09-21T13:03:27.7344646Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.7345629Z le.remove_row' on page 102 undefined on input line 9213.
2023-09-21T13:03:27.7345958Z 
2023-09-21T13:03:27.7510692Z [102]
2023-09-21T13:03:27.7510918Z 
2023-09-21T13:03:27.7511234Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.7512018Z le.modify_rows' on page 103 undefined on input line 9318.
2023-09-21T13:03:27.7512297Z 
2023-09-21T13:03:27.7512305Z 
2023-09-21T13:03:27.7512556Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.7513159Z le.modify_coordinates' on page 103 undefined on input line 9318.
2023-09-21T13:03:27.7513428Z 
2023-09-21T13:03:27.7513436Z 
2023-09-21T13:03:27.7513686Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.7514219Z le.where' on page 103 undefined on input line 9343.
2023-09-21T13:03:27.7514458Z 
2023-09-21T13:03:27.7514466Z 
2023-09-21T13:03:27.7514711Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.7515246Z le.read' on page 103 undefined on input line 9358.
2023-09-21T13:03:27.7515481Z 
2023-09-21T13:03:27.7515488Z 
2023-09-21T13:03:27.7515741Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.7516285Z le.where' on page 103 undefined on input line 9364.
2023-09-21T13:03:27.7516515Z 
2023-09-21T13:03:27.7516522Z 
2023-09-21T13:03:27.7516765Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:rowclassde
2023-09-21T13:03:27.7517287Z scr' on page 103 undefined on input line 9379.
2023-09-21T13:03:27.7517516Z 
2023-09-21T13:03:27.7517523Z 
2023-09-21T13:03:27.7517764Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:columnclas
2023-09-21T13:03:27.7518291Z sdescr' on page 103 undefined on input line 9386.
2023-09-21T13:03:27.7518511Z 
2023-09-21T13:03:27.7791711Z [103]
2023-09-21T13:03:27.7792061Z 
2023-09-21T13:03:27.7792528Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.7793713Z le.append' on page 104 undefined on input line 9421.
2023-09-21T13:03:27.7794125Z 
2023-09-21T13:03:27.7794139Z 
2023-09-21T13:03:27.7795501Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.7796507Z le.remove_rows' on page 104 undefined on input line 9421.
2023-09-21T13:03:27.7797173Z 
2023-09-21T13:03:27.7797187Z 
2023-09-21T13:03:27.7797594Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.7798506Z le.where' on page 104 undefined on input line 9498.
2023-09-21T13:03:27.7798896Z 
2023-09-21T13:03:27.7888252Z [104]
2023-09-21T13:03:27.7888505Z 
2023-09-21T13:03:27.7888770Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.7889476Z le.where' on page 105 undefined on input line 9520.
2023-09-21T13:03:27.7889721Z 
2023-09-21T13:03:27.7889729Z 
2023-09-21T13:03:27.7889985Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Leaf
2023-09-21T13:03:27.7890527Z .copy' on page 105 undefined on input line 9546.
2023-09-21T13:03:27.7890748Z 
2023-09-21T13:03:27.7890786Z 
2023-09-21T13:03:27.7891023Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.7891636Z le.autoindex' on page 105 undefined on input line 9590.
2023-09-21T13:03:27.7891902Z 
2023-09-21T13:03:27.7891910Z 
2023-09-21T13:03:27.7892152Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.7892682Z le' on page 105 undefined on input line 9591.
2023-09-21T13:03:27.7892924Z 
2023-09-21T13:03:27.7892931Z 
2023-09-21T13:03:27.7893167Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:enumclassdescr
2023-09-21T13:03:27.7893685Z ' on page 105 undefined on input line 9607.
2023-09-21T13:03:27.7893908Z 
2023-09-21T13:03:27.7893915Z 
2023-09-21T13:03:27.7894159Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.7894712Z le.autoindex' on page 105 undefined on input line 9641.
2023-09-21T13:03:27.7894961Z 
2023-09-21T13:03:27.7894969Z 
2023-09-21T13:03:27.7895199Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.7895717Z le' on page 105 undefined on input line 9642.
2023-09-21T13:03:27.7895950Z 
2023-09-21T13:03:27.7895957Z 
2023-09-21T13:03:27.7896202Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.7896761Z le.remove_rows' on page 105 undefined on input line 9644.
2023-09-21T13:03:27.7897007Z 
2023-09-21T13:03:27.7985925Z [105]
2023-09-21T13:03:27.7986128Z 
2023-09-21T13:03:27.7986408Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tableclass
2023-09-21T13:03:27.7987109Z descr' on page 106 undefined on input line 9663.
2023-09-21T13:03:27.7987350Z 
2023-09-21T13:03:27.7987358Z 
2023-09-21T13:03:27.7987613Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:colclassd
2023-09-21T13:03:27.7988133Z escr' on page 106 undefined on input line 9665.
2023-09-21T13:03:27.7988363Z 
2023-09-21T13:03:27.7988371Z 
2023-09-21T13:03:27.7988634Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:groupclassd
2023-09-21T13:03:27.7989178Z escr' on page 106 undefined on input line 9674.
2023-09-21T13:03:27.7989415Z 
2023-09-21T13:03:27.7989422Z 
2023-09-21T13:03:27.7989662Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:colclassd
2023-09-21T13:03:27.7990172Z escr' on page 106 undefined on input line 9686.
2023-09-21T13:03:27.7990400Z 
2023-09-21T13:03:27.7990408Z 
2023-09-21T13:03:27.7990649Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:descriptio
2023-09-21T13:03:27.7991209Z nclassdescr' on page 106 undefined on input line 9687.
2023-09-21T13:03:27.7991460Z 
2023-09-21T13:03:27.8069348Z [106]
2023-09-21T13:03:27.8069539Z 
2023-09-21T13:03:27.8069797Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Des
2023-09-21T13:03:27.8070476Z cription._v_names' on page 107 undefined on input line 9879.
2023-09-21T13:03:27.8070736Z 
2023-09-21T13:03:27.8263131Z [107]
2023-09-21T13:03:27.8263729Z 
2023-09-21T13:03:27.8264037Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.tab
2023-09-21T13:03:27.8265015Z leextension.Row.append' on page 108 undefined on input line 10013.
2023-09-21T13:03:27.8265497Z 
2023-09-21T13:03:27.8265506Z 
2023-09-21T13:03:27.8265761Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:rowspecial
2023-09-21T13:03:27.8266325Z methods' on page 108 undefined on input line 10043.
2023-09-21T13:03:27.8266571Z 
2023-09-21T13:03:27.8266579Z 
2023-09-21T13:03:27.8266827Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.tab
2023-09-21T13:03:27.8267420Z leextension.Row.update' on page 108 undefined on input line 10079.
2023-09-21T13:03:27.8267701Z 
2023-09-21T13:03:27.8658699Z [108]
2023-09-21T13:03:27.8658942Z 
2023-09-21T13:03:27.8659240Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.tab
2023-09-21T13:03:27.8660123Z leextension.Row.append' on page 109 undefined on input line 10194.
2023-09-21T13:03:27.8660411Z 
2023-09-21T13:03:27.8660420Z 
2023-09-21T13:03:27.8660657Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.tab
2023-09-21T13:03:27.8661289Z leextension.Row.update' on page 109 undefined on input line 10194.
2023-09-21T13:03:27.8661569Z 
2023-09-21T13:03:27.8787471Z [109]
2023-09-21T13:03:27.8787751Z 
2023-09-21T13:03:27.8788147Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:groupclassd
2023-09-21T13:03:27.8789095Z escr' on page 110 undefined on input line 10235.
2023-09-21T13:03:27.8789429Z 
2023-09-21T13:03:27.8789440Z 
2023-09-21T13:03:27.8789784Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:columnclas
2023-09-21T13:03:27.8790546Z sdescr' on page 110 undefined on input line 10238.
2023-09-21T13:03:27.8790872Z 
2023-09-21T13:03:27.8790882Z 
2023-09-21T13:03:27.8791225Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Col
2023-09-21T13:03:27.8791999Z s._v_colnames' on page 110 undefined on input line 10267.
2023-09-21T13:03:27.8792339Z 
2023-09-21T13:03:27.8792349Z 
2023-09-21T13:03:27.8792683Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:descriptio
2023-09-21T13:03:27.8793471Z nclassdescr' on page 110 undefined on input line 10280.
2023-09-21T13:03:27.8793813Z 
2023-09-21T13:03:27.8977569Z [110]
2023-09-21T13:03:27.8977744Z 
2023-09-21T13:03:27.8978015Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tableclass
2023-09-21T13:03:27.8978722Z descr' on page 111 undefined on input line 10298.
2023-09-21T13:03:27.8978966Z 
2023-09-21T13:03:27.8978975Z 
2023-09-21T13:03:27.8979210Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:columnclas
2023-09-21T13:03:27.8979763Z sdescr' on page 111 undefined on input line 10316.
2023-09-21T13:03:27.8980007Z 
2023-09-21T13:03:27.8980015Z 
2023-09-21T13:03:27.8980264Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:colsclassd
2023-09-21T13:03:27.8980813Z escr' on page 111 undefined on input line 10318.
2023-09-21T13:03:27.8981047Z 
2023-09-21T13:03:27.8981054Z 
2023-09-21T13:03:27.8981281Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.8981841Z le.read' on page 111 undefined on input line 10361.
2023-09-21T13:03:27.8982083Z 
2023-09-21T13:03:27.9144021Z [111]
2023-09-21T13:03:27.9144212Z 
2023-09-21T13:03:27.9144651Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.9145385Z le.modify_rows' on page 112 undefined on input line 10408.
2023-09-21T13:03:27.9145640Z 
2023-09-21T13:03:27.9145649Z 
2023-09-21T13:03:27.9145898Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.9146479Z le.modify_column' on page 112 undefined on input line 10409.
2023-09-21T13:03:27.9146739Z 
2023-09-21T13:03:27.9146747Z 
2023-09-21T13:03:27.9147694Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:colsclassd
2023-09-21T13:03:27.9148685Z escr' on page 112 undefined on input line 10430.
2023-09-21T13:03:27.9149277Z 
2023-09-21T13:03:27.9149286Z 
2023-09-21T13:03:27.9149751Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:descriptio
2023-09-21T13:03:27.9150350Z nclassdescr' on page 112 undefined on input line 10441.
2023-09-21T13:03:27.9150607Z 
2023-09-21T13:03:27.9150615Z 
2023-09-21T13:03:27.9150863Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:colclassd
2023-09-21T13:03:27.9151386Z escr' on page 112 undefined on input line 10479.
2023-09-21T13:03:27.9151623Z 
2023-09-21T13:03:27.9248446Z [112]
2023-09-21T13:03:27.9248654Z 
2023-09-21T13:03:27.9249229Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:indexclassdesc
2023-09-21T13:03:27.9250185Z r' on page 113 undefined on input line 10526.
2023-09-21T13:03:27.9250422Z 
2023-09-21T13:03:27.9250432Z 
2023-09-21T13:03:27.9250698Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tableclass
2023-09-21T13:03:27.9251234Z descr' on page 113 undefined on input line 10576.
2023-09-21T13:03:27.9251470Z 
2023-09-21T13:03:27.9251478Z 
2023-09-21T13:03:27.9251741Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Col
2023-09-21T13:03:27.9252331Z umn.create_csindex' on page 113 undefined on input line 10609.
2023-09-21T13:03:27.9252594Z 
2023-09-21T13:03:27.9252602Z 
2023-09-21T13:03:27.9252844Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Col
2023-09-21T13:03:27.9253404Z umn.create_csindex' on page 113 undefined on input line 10638.
2023-09-21T13:03:27.9253660Z 
2023-09-21T13:03:27.9253667Z 
2023-09-21T13:03:27.9253910Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.Filters
2023-09-21T13:03:27.9254645Z ' on page 113 undefined on input line 10644.
2023-09-21T13:03:27.9254872Z 
2023-09-21T13:03:27.9333771Z [113]
2023-09-21T13:03:27.9333955Z 
2023-09-21T13:03:27.9334247Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.9334956Z le.itersorted' on page 114 undefined on input line 10677.
2023-09-21T13:03:27.9335214Z 
2023-09-21T13:03:27.9335235Z 
2023-09-21T13:03:27.9335487Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.9336063Z le.read_sorted' on page 114 undefined on input line 10677.
2023-09-21T13:03:27.9336298Z 
2023-09-21T13:03:27.9336306Z 
2023-09-21T13:03:27.9336549Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Col
2023-09-21T13:03:27.9337127Z umn.create_index' on page 114 undefined on input line 10682.
2023-09-21T13:03:27.9337382Z 
2023-09-21T13:03:27.9337389Z 
2023-09-21T13:03:27.9337633Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.9338194Z le.autoindex' on page 114 undefined on input line 10721.
2023-09-21T13:03:27.9338432Z 
2023-09-21T13:03:27.9338439Z 
2023-09-21T13:03:27.9338690Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.9339256Z le.remove_rows' on page 114 undefined on input line 10723.
2023-09-21T13:03:27.9339503Z 
2023-09-21T13:03:27.9339518Z 
2023-09-21T13:03:27.9339760Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Col
2023-09-21T13:03:27.9340328Z umn.create_index' on page 114 undefined on input line 10742.
2023-09-21T13:03:27.9340569Z 
2023-09-21T13:03:27.9794491Z [114] [115]
2023-09-21T13:03:27.9794723Z 
2023-09-21T13:03:27.9795013Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:earrayclas
2023-09-21T13:03:27.9795795Z sdescr' on page 116 undefined on input line 10878.
2023-09-21T13:03:27.9796040Z 
2023-09-21T13:03:27.9796049Z 
2023-09-21T13:03:27.9796303Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:carrayclas
2023-09-21T13:03:27.9796839Z sdescr' on page 116 undefined on input line 10880.
2023-09-21T13:03:27.9797079Z 
2023-09-21T13:03:27.9797087Z 
2023-09-21T13:03:27.9797720Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:leafclassde
2023-09-21T13:03:27.9798268Z scr' on page 116 undefined on input line 10890.
2023-09-21T13:03:27.9798685Z 
2023-09-21T13:03:27.9798692Z 
2023-09-21T13:03:27.9798937Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.9799497Z p' on page 116 undefined on input line 10901.
2023-09-21T13:03:27.9799732Z 
2023-09-21T13:03:27.9943929Z [116]
2023-09-21T13:03:27.9944144Z 
2023-09-21T13:03:27.9944561Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:atomclass
2023-09-21T13:03:27.9945302Z descr' on page 117 undefined on input line 10967.
2023-09-21T13:03:27.9945531Z 
2023-09-21T13:03:27.9945559Z 
2023-09-21T13:03:27.9945799Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:enumclassdescr
2023-09-21T13:03:27.9946336Z ' on page 117 undefined on input line 11024.
2023-09-21T13:03:27.9946564Z 
2023-09-21T13:03:27.9946572Z 
2023-09-21T13:03:27.9946842Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:tables.Arr
2023-09-21T13:03:27.9947399Z ay.__iter__' on page 117 undefined on input line 11046.
2023-09-21T13:03:27.9947636Z 
2023-09-21T13:03:28.0180371Z [117]
2023-09-21T13:03:28.0180625Z 
2023-09-21T13:03:28.0180917Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:tables.Arr
2023-09-21T13:03:28.0181627Z ay' on page 118 undefined on input line 11121.
2023-09-21T13:03:28.0181864Z 
2023-09-21T13:03:28.0181872Z 
2023-09-21T13:03:28.0182124Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:tables.Arr
2023-09-21T13:03:28.0182677Z ay.iterrows' on page 118 undefined on input line 11170.
2023-09-21T13:03:28.0182923Z 
2023-09-21T13:03:28.0354010Z [118]
2023-09-21T13:03:28.0354295Z 
2023-09-21T13:03:28.0354691Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:arrayclass
2023-09-21T13:03:28.0355628Z descr' on page 119 undefined on input line 11247.
2023-09-21T13:03:28.0355944Z 
2023-09-21T13:03:28.0355978Z 
2023-09-21T13:03:28.0356322Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:28.0357064Z p' on page 119 undefined on input line 11261.
2023-09-21T13:03:28.0357399Z 
2023-09-21T13:03:28.0632396Z [119] [120]
2023-09-21T13:03:28.0632708Z 
2023-09-21T13:03:28.0633134Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:carrayclas
2023-09-21T13:03:28.0634180Z sdescr' on page 121 undefined on input line 11386.
2023-09-21T13:03:28.0634555Z 
2023-09-21T13:03:28.0634568Z 
2023-09-21T13:03:28.0634955Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Leaf
2023-09-21T13:03:28.0635800Z .extdim' on page 121 undefined on input line 11388.
2023-09-21T13:03:28.0636172Z 
2023-09-21T13:03:28.0636185Z 
2023-09-21T13:03:28.0636560Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Leaf
2023-09-21T13:03:28.0637346Z ' on page 121 undefined on input line 11389.
2023-09-21T13:03:28.0637692Z 
2023-09-21T13:03:28.0637705Z 
2023-09-21T13:03:28.0638108Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:tables.EAr
2023-09-21T13:03:28.0638968Z ray.append' on page 121 undefined on input line 11394.
2023-09-21T13:03:28.0639375Z 
2023-09-21T13:03:28.0639387Z 
2023-09-21T13:03:28.0639761Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:28.0640553Z p' on page 121 undefined on input line 11401.
2023-09-21T13:03:28.0640906Z 
2023-09-21T13:03:28.0876228Z [121]
2023-09-21T13:03:28.0876514Z 
2023-09-21T13:03:28.0876900Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tableclass
2023-09-21T13:03:28.0877842Z descr' on page 122 undefined on input line 11557.
2023-09-21T13:03:28.0878178Z 
2023-09-21T13:03:28.0878190Z 
2023-09-21T13:03:28.0878518Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:leafclassde
2023-09-21T13:03:28.0879258Z scr' on page 122 undefined on input line 11570.
2023-09-21T13:03:28.0879601Z 
2023-09-21T13:03:28.0937342Z [122]
2023-09-21T13:03:28.0937566Z 
2023-09-21T13:03:28.0937852Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:28.0938687Z p' on page 123 undefined on input line 11588.
2023-09-21T13:03:28.0938924Z 
2023-09-21T13:03:28.1218123Z [123]
2023-09-21T13:03:28.1218695Z Overfull \vbox (2.7787pt too high) detected at line 11725
2023-09-21T13:03:28.1305117Z [124]
2023-09-21T13:03:28.1305328Z 
2023-09-21T13:03:28.1305661Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:leafclassde
2023-09-21T13:03:28.1306532Z scr' on page 125 undefined on input line 11730.
2023-09-21T13:03:28.1306816Z 
2023-09-21T13:03:28.1306827Z 
2023-09-21T13:03:28.1307124Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:atomclass
2023-09-21T13:03:28.1307770Z descr' on page 125 undefined on input line 11739.
2023-09-21T13:03:28.1308036Z 
2023-09-21T13:03:28.1449693Z [125]
2023-09-21T13:03:28.1449955Z 
2023-09-21T13:03:28.1450331Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:enumclassdescr
2023-09-21T13:03:28.1451176Z ' on page 126 undefined on input line 11878.
2023-09-21T13:03:28.1451467Z 
2023-09-21T13:03:28.1451501Z 
2023-09-21T13:03:28.1451822Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:tables.VLA
2023-09-21T13:03:28.1452513Z rray.__iter__' on page 126 undefined on input line 11899.
2023-09-21T13:03:28.1452816Z 
2023-09-21T13:03:28.1672970Z [126]
2023-09-21T13:03:28.1673243Z 
2023-09-21T13:03:28.1673632Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:tables.VLA
2023-09-21T13:03:28.1674551Z rray' on page 127 undefined on input line 11975.
2023-09-21T13:03:28.1674885Z 
2023-09-21T13:03:28.1674897Z 
2023-09-21T13:03:28.1675243Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:tables.VLA
2023-09-21T13:03:28.1676032Z rray.iterrows' on page 127 undefined on input line 12024.
2023-09-21T13:03:28.1676384Z 
2023-09-21T13:03:28.1836917Z [127]
2023-09-21T13:03:28.1837109Z 
2023-09-21T13:03:28.1837635Z LaTeX Warning: Hyper reference `usersguide/tutorials:linkstutorial' on page 128
2023-09-21T13:03:28.1838071Z  undefined on input line 12120.
2023-09-21T13:03:28.1838299Z 
2023-09-21T13:03:28.2215566Z [128] [129]
2023-09-21T13:03:28.2215836Z 
2023-09-21T13:03:28.2216222Z LaTeX Warning: Hyper reference `usersguide/libref/link_classes:tables.link.Exte
2023-09-21T13:03:28.2217204Z rnalLink.__call__' on page 130 undefined on input line 12372.
2023-09-21T13:03:28.2217583Z 
2023-09-21T13:03:28.2538224Z [130] [131]
2023-09-21T13:03:28.2539029Z Underfull \hbox (badness 10000) in paragraph at lines 12521--12523
2023-09-21T13:03:28.2539683Z []\T1/txtt/bx/n/10 class. \T1/qtm/m/n/10 (\T1/txtt/m/sl/10 The following are th
2023-09-21T13:03:28.2540230Z e public methods and attributes of the
2023-09-21T13:03:28.3496629Z [132] [133] [134] [135]
2023-09-21T13:03:28.3496875Z 
2023-09-21T13:03:28.3497172Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:enumclassdescr
2023-09-21T13:03:28.3497943Z ' on page 136 undefined on input line 13135.
2023-09-21T13:03:28.3498182Z 
2023-09-21T13:03:28.3899109Z [136] [137]
2023-09-21T13:03:28.3899357Z 
2023-09-21T13:03:28.3899721Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:vlarraycla
2023-09-21T13:03:28.3900608Z ssdescr' on page 138 undefined on input line 13254.
2023-09-21T13:03:28.3900933Z 
2023-09-21T13:03:28.3900943Z 
2023-09-21T13:03:28.3901243Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:tables.VLA
2023-09-21T13:03:28.3901911Z rray.append' on page 138 undefined on input line 13285.
2023-09-21T13:03:28.3902215Z 
2023-09-21T13:03:28.4038922Z [138]
2023-09-21T13:03:28.4039147Z 
2023-09-21T13:03:28.4039487Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:tables.VLA
2023-09-21T13:03:28.4040666Z rray.append' on page 139 undefined on input line 13322.
2023-09-21T13:03:28.4040989Z 
2023-09-21T13:03:28.4040999Z 
2023-09-21T13:03:28.4041678Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:vlunicode
2023-09-21T13:03:28.4042366Z atom' on page 139 undefined on input line 13338.
2023-09-21T13:03:28.4042657Z 
2023-09-21T13:03:28.4042667Z 
2023-09-21T13:03:28.4043173Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:vlstringa
2023-09-21T13:03:28.4043844Z tom' on page 139 undefined on input line 13375.
2023-09-21T13:03:28.4044126Z 
2023-09-21T13:03:28.4133787Z [139]
2023-09-21T13:03:28.4133997Z 
2023-09-21T13:03:28.4134269Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:atomclass
2023-09-21T13:03:28.4134958Z descr' on page 140 undefined on input line 13432.
2023-09-21T13:03:28.4135202Z 
2023-09-21T13:03:28.4135210Z 
2023-09-21T13:03:28.4135467Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:isdescrip
2023-09-21T13:03:28.4136057Z tionclassdescr' on page 140 undefined on input line 13435.
2023-09-21T13:03:28.4136300Z 
2023-09-21T13:03:28.4136324Z 
2023-09-21T13:03:28.4136571Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:attribute
2023-09-21T13:03:28.4137144Z setclassdescr' on page 140 undefined on input line 13479.
2023-09-21T13:03:28.4137398Z 
2023-09-21T13:03:28.4137420Z 
2023-09-21T13:03:28.4137683Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:attribute
2023-09-21T13:03:28.4138253Z setclassdescr' on page 140 undefined on input line 13515.
2023-09-21T13:03:28.4138503Z 
2023-09-21T13:03:28.4486364Z [140] [141] [142]
2023-09-21T13:03:28.4486600Z 
2023-09-21T13:03:28.4486882Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tableclass
2023-09-21T13:03:28.4487595Z descr' on page 143 undefined on input line 13935.
2023-09-21T13:03:28.4487839Z 
2023-09-21T13:03:28.4487848Z 
2023-09-21T13:03:28.4488100Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:colclassd
2023-09-21T13:03:28.4488632Z escr' on page 143 undefined on input line 13944.
2023-09-21T13:03:28.4488871Z 
2023-09-21T13:03:28.4702352Z [143]
2023-09-21T13:03:28.4702551Z 
2023-09-21T13:03:28.4702851Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:groupclassd
2023-09-21T13:03:28.4703591Z escr' on page 144 undefined on input line 14042.
2023-09-21T13:03:28.4703835Z 
2023-09-21T13:03:28.4981579Z [144] [145]
2023-09-21T13:03:28.4981958Z 
2023-09-21T13:03:28.4982343Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:nodeclassde
2023-09-21T13:03:28.4983333Z scr' on page 146 undefined on input line 14235.
2023-09-21T13:03:28.4983661Z 
2023-09-21T13:03:28.5440975Z [146] [147] [148]
2023-09-21T13:03:28.5441980Z 
2023-09-21T13:03:28.5447406Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tableclass
2023-09-21T13:03:28.5448942Z descr' on page 149 undefined on input line 14551.
2023-09-21T13:03:28.5449588Z 
2023-09-21T13:03:28.5449865Z 
2023-09-21T13:03:28.5518437Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:groupclassd
2023-09-21T13:03:28.5519054Z escr' on page 149 undefined on input line 14552.
2023-09-21T13:03:28.5519322Z 
2023-09-21T13:03:28.5519332Z 
2023-09-21T13:03:28.5519585Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:tables.At
2023-09-21T13:03:28.5520142Z om' on page 149 undefined on input line 14579.
2023-09-21T13:03:28.5520373Z 
2023-09-21T13:03:28.5547374Z [149]
2023-09-21T13:03:28.5547586Z 
2023-09-21T13:03:28.5547869Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.Filters
2023-09-21T13:03:28.5548518Z ' on page 150 undefined on input line 14599.
2023-09-21T13:03:28.5548755Z 
2023-09-21T13:03:28.5548763Z 
2023-09-21T13:03:28.5549020Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:columnclas
2023-09-21T13:03:28.5549557Z sdescr' on page 150 undefined on input line 14637.
2023-09-21T13:03:28.5549799Z 
2023-09-21T13:03:28.5549807Z 
2023-09-21T13:03:28.5550060Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:filtersclassde
2023-09-21T13:03:28.5550596Z scr' on page 150 undefined on input line 14665.
2023-09-21T13:03:28.5551196Z 
2023-09-21T13:03:28.5702612Z [150]
2023-09-21T13:03:28.5702818Z 
2023-09-21T13:03:28.5703085Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.index.I
2023-09-21T13:03:28.5704198Z ndex.read_indices' on page 151 undefined on input line 14751.
2023-09-21T13:03:28.5704620Z 
2023-09-21T13:03:28.5704628Z 
2023-09-21T13:03:28.5704883Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.Filters
2023-09-21T13:03:28.5705427Z ' on page 151 undefined on input line 14797.
2023-09-21T13:03:28.5705659Z 
2023-09-21T13:03:28.6304270Z [151] [152]
2023-09-21T13:03:28.6308698Z 
2023-09-21T13:03:28.6309124Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.Enum.__
2023-09-21T13:03:28.6310190Z call__' on page 153 undefined on input line 15012.
2023-09-21T13:03:28.6310542Z 
2023-09-21T13:03:28.7100410Z [153] [154] [155]
2023-09-21T13:03:28.7100781Z 
2023-09-21T13:03:28.7101251Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:leafclassde
2023-09-21T13:03:28.7102562Z scr' on page 156 undefined on input line 15269.
2023-09-21T13:03:28.7102973Z 
2023-09-21T13:03:28.7195070Z [156]
2023-09-21T13:03:28.7195265Z 
2023-09-21T13:03:28.7195568Z LaTeX Warning: Hyper reference `usersguide/libref/top_level:tables.silence_hdf5
2023-09-21T13:03:28.7196221Z _messages' on page 157 undefined on input line 15355.
2023-09-21T13:03:28.7196475Z 
2023-09-21T13:03:28.7196483Z 
2023-09-21T13:03:28.7196739Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.HDF5Ext
2023-09-21T13:03:28.7197402Z Error.h5backtrace' on page 157 undefined on input line 15375.
2023-09-21T13:03:28.7197664Z 
2023-09-21T13:03:28.7197672Z 
2023-09-21T13:03:28.7197920Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.HDF5Ext
2023-09-21T13:03:28.7198503Z Error.h5backtrace' on page 157 undefined on input line 15380.
2023-09-21T13:03:28.7198751Z 
2023-09-21T13:03:28.7198758Z 
2023-09-21T13:03:28.7199017Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.HDF5Ext
2023-09-21T13:03:28.7199596Z Error.h5backtrace' on page 157 undefined on input line 15386.
2023-09-21T13:03:28.7199854Z 
2023-09-21T13:03:28.7199870Z 
2023-09-21T13:03:28.7200119Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.HDF5Ext
2023-09-21T13:03:28.7200829Z Error.DEFAULT_H5_BACKTRACE_POLICY' on page 157 undefined on input line 15393.
2023-09-21T13:03:28.7201086Z 
2023-09-21T13:03:28.7201092Z 
2023-09-21T13:03:28.7201378Z Underfull \hbox (badness 5847) in paragraph at lines 15391--15394
2023-09-21T13:03:28.7201932Z []\T1/qtm/m/n/10 if not set (or set to None) the de-fault pol-icy is used (see 
2023-09-21T13:03:28.7202315Z \T1/txtt/m/sl/10 HDF5ExtError.
2023-09-21T13:03:28.7202498Z 
2023-09-21T13:03:28.7202727Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.HDF5Ext
2023-09-21T13:03:28.7203251Z Error.h5backtrace' on page 157 undefined on input line 15410.
2023-09-21T13:03:28.7203493Z 
2023-09-21T13:03:28.7203500Z 
2023-09-21T13:03:28.7203735Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.HDF5Ext
2023-09-21T13:03:28.7204271Z Error.h5backtrace' on page 157 undefined on input line 15430.
2023-09-21T13:03:28.7204518Z 
2023-09-21T13:03:28.7204525Z 
2023-09-21T13:03:28.7204750Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.HDF5Ext
2023-09-21T13:03:28.7205450Z Error.h5backtrace' on page 157 undefined on input line 15435.
2023-09-21T13:03:28.7205707Z 
2023-09-21T13:03:28.7205714Z 
2023-09-21T13:03:28.7205956Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.HDF5Ext
2023-09-21T13:03:28.7206526Z Error.h5backtrace' on page 157 undefined on input line 15441.
2023-09-21T13:03:28.7206784Z 
2023-09-21T13:03:28.7404976Z [157] [158]
2023-09-21T13:03:28.7405155Z 
2023-09-21T13:03:28.7405862Z LaTeX Warning: Hyper reference `usersguide/bibliography:numexpr' on page 159 un
2023-09-21T13:03:28.7406314Z defined on input line 15791.
2023-09-21T13:03:28.7406516Z 
2023-09-21T13:03:28.7790890Z [159] [160] [161]
2023-09-21T13:03:28.7791110Z 
2023-09-21T13:03:28.7791377Z LaTeX Warning: Hyper reference `usersguide/libref/expr_class:tables.Expr.set_ou
2023-09-21T13:03:28.7792270Z tput' on page 162 undefined on input line 16116.
2023-09-21T13:03:28.7792511Z 
2023-09-21T13:03:28.7792519Z 
2023-09-21T13:03:28.7792888Z LaTeX Warning: Hyper reference `usersguide/filenode:filenode-usersguide' on pag
2023-09-21T13:03:28.7793340Z e 162 undefined on input line 16142.
2023-09-21T13:03:28.7793551Z 
2023-09-21T13:03:28.8665062Z [162] [163] [164] [165] [166] [167] [168] [169]
2023-09-21T13:03:28.8665468Z 
2023-09-21T13:03:28.8665955Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.create
2023-09-21T13:03:28.8667191Z _table' on page 170 undefined on input line 17213.
2023-09-21T13:03:28.8667618Z 
2023-09-21T13:03:28.8667632Z 
2023-09-21T13:03:28.8668075Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.create
2023-09-21T13:03:28.8669075Z _earray' on page 170 undefined on input line 17213.
2023-09-21T13:03:28.8669479Z 
2023-09-21T13:03:28.8669513Z 
2023-09-21T13:03:28.8669927Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:earrayclas
2023-09-21T13:03:28.8670895Z sdescr' on page 170 undefined on input line 17214.
2023-09-21T13:03:28.8671313Z 
2023-09-21T13:03:28.8671326Z 
2023-09-21T13:03:28.8671966Z LaTeX Warning: Hyper reference `usersguide/optimization:createtime-chunksize' o
2023-09-21T13:03:28.8672772Z n page 170 undefined on input line 17261.
2023-09-21T13:03:28.8673135Z 
2023-09-21T13:03:28.8673167Z 
2023-09-21T13:03:28.8673830Z LaTeX Warning: Hyper reference `usersguide/optimization:filesizes-chunksize' on
2023-09-21T13:03:28.8674633Z  page 170 undefined on input line 17262.
2023-09-21T13:03:28.8675014Z 
2023-09-21T13:03:28.8675028Z 
2023-09-21T13:03:28.8675648Z LaTeX Warning: Hyper reference `usersguide/optimization:seqtime-chunksize' on p
2023-09-21T13:03:28.8676428Z age 170 undefined on input line 17262.
2023-09-21T13:03:28.8676780Z 
2023-09-21T13:03:28.8676822Z 
2023-09-21T13:03:28.8677426Z LaTeX Warning: Hyper reference `usersguide/optimization:randomtime-chunksize' o
2023-09-21T13:03:28.8678230Z n page 170 undefined on input line 17263.
2023-09-21T13:03:28.8678623Z 
2023-09-21T13:03:28.8678636Z 
2023-09-21T13:03:28.8679245Z LaTeX Warning: Hyper reference `usersguide/optimization:createtime-chunksize' o
2023-09-21T13:03:28.8680029Z n page 170 undefined on input line 17270.
2023-09-21T13:03:28.8680388Z 
2023-09-21T13:03:28.8680420Z 
2023-09-21T13:03:28.8681021Z LaTeX Warning: Hyper reference `usersguide/optimization:seqtime-chunksize' on p
2023-09-21T13:03:28.8681798Z age 170 undefined on input line 17272.
2023-09-21T13:03:28.8682167Z 
2023-09-21T13:03:29.0207706Z [170] [171 <./create-chunksize-15GB.png>] [172 <./filesizes-chunksize-15GB.png>
2023-09-21T13:03:29.2100856Z ] [173 <./seq-chunksize-15GB.png>] [174 <./random-chunksize-15GB.png>]
2023-09-21T13:03:29.2101212Z 
2023-09-21T13:03:29.2101620Z LaTeX Warning: Hyper reference `usersguide/bibliography:blosc' on page 175 unde
2023-09-21T13:03:29.2102061Z fined on input line 17326.
2023-09-21T13:03:29.2102256Z 
2023-09-21T13:03:29.2102264Z 
2023-09-21T13:03:29.2102649Z LaTeX Warning: Hyper reference `usersguide/bibliography:blosc2' on page 175 und
2023-09-21T13:03:29.2103083Z efined on input line 17326.
2023-09-21T13:03:29.2103278Z 
2023-09-21T13:03:29.2103286Z 
2023-09-21T13:03:29.2103533Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tablemetho
2023-09-21T13:03:29.2104100Z ds-querying' on page 175 undefined on input line 17390.
2023-09-21T13:03:29.2104505Z 
2023-09-21T13:03:29.2104513Z 
2023-09-21T13:03:29.2104884Z LaTeX Warning: Hyper reference `usersguide/optimization:sequentialtimes-10m' on
2023-09-21T13:03:29.2105326Z  page 175 undefined on input line 17405.
2023-09-21T13:03:29.2105546Z 
2023-09-21T13:03:29.2105554Z 
2023-09-21T13:03:29.2105922Z LaTeX Warning: Hyper reference `usersguide/optimization:sequentialtimes-1g' on 
2023-09-21T13:03:29.2106731Z page 175 undefined on input line 17406.
2023-09-21T13:03:29.2106954Z 
2023-09-21T13:03:29.2106962Z 
2023-09-21T13:03:29.2107326Z LaTeX Warning: Hyper reference `usersguide/optimization:sequentialtimes-10m' on
2023-09-21T13:03:29.2107949Z  page 175 undefined on input line 17417.
2023-09-21T13:03:29.2108167Z 
2023-09-21T13:03:29.3112598Z [175] [176 <./Q7-10m-noidx.png>]
2023-09-21T13:03:29.3113353Z 
2023-09-21T13:03:29.3114286Z LaTeX Warning: Hyper reference `usersguide/bibliography:numexpr' on page 177 un
2023-09-21T13:03:29.3114930Z defined on input line 17439.
2023-09-21T13:03:29.3115563Z 
2023-09-21T13:03:29.3115737Z 
2023-09-21T13:03:29.3116533Z LaTeX Warning: Hyper reference `usersguide/optimization:sequentialtimes-1g' on 
2023-09-21T13:03:29.3117199Z page 177 undefined on input line 17448.
2023-09-21T13:03:29.3117834Z 
2023-09-21T13:03:29.3118005Z 
2023-09-21T13:03:29.3118809Z LaTeX Warning: Hyper reference `usersguide/optimization:compressionissues' on p
2023-09-21T13:03:29.3119491Z age 177 undefined on input line 17462.
2023-09-21T13:03:29.3120122Z 
2023-09-21T13:03:29.3120293Z 
2023-09-21T13:03:29.3121071Z LaTeX Warning: Hyper reference `usersguide/condition_syntax:condition-syntax' o
2023-09-21T13:03:29.3121722Z n page 177 undefined on input line 17497.
2023-09-21T13:03:29.3122354Z 
2023-09-21T13:03:29.3122524Z 
2023-09-21T13:03:29.3123313Z LaTeX Warning: Hyper reference `usersguide/optimization:inkernelperformance-zli
2023-09-21T13:03:29.3124114Z b-blosc-blosc2' on page 177 undefined on input line 17529.
2023-09-21T13:03:29.3124788Z 
2023-09-21T13:03:29.5081691Z [177] [178 <./Q8-1g-noidx.png> <./inkernel-zlib-blosc-blosc2.png>]
2023-09-21T13:03:29.5085748Z 
2023-09-21T13:03:29.5086741Z LaTeX Warning: Hyper reference `usersguide/optimization:compressionratio-zlib-b
2023-09-21T13:03:29.5087848Z losc-blosc2' on page 179 undefined on input line 17540.
2023-09-21T13:03:29.5088534Z 
2023-09-21T13:03:29.5088706Z 
2023-09-21T13:03:29.5089546Z LaTeX Warning: Hyper reference `usersguide/optimization:inkernelperformance-vs-
2023-09-21T13:03:29.5090308Z pandas' on page 179 undefined on input line 17560.
2023-09-21T13:03:29.5090965Z 
2023-09-21T13:03:29.5523637Z [179 <./cratio-zlib-blosc-blosc2.png>]
2023-09-21T13:03:29.5524315Z 
2023-09-21T13:03:29.5525616Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Col
2023-09-21T13:03:29.5527046Z umn.create_index' on page 180 undefined on input line 17593.
2023-09-21T13:03:29.5527779Z 
2023-09-21T13:03:29.6094182Z [180 <./inkernel-vs-pandas.png>]
2023-09-21T13:03:29.6094738Z 
2023-09-21T13:03:29.6095441Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:29.6096272Z le.will_query_use_indexing' on page 181 undefined on input line 17675.
2023-09-21T13:03:29.6096960Z 
2023-09-21T13:03:29.6097130Z 
2023-09-21T13:03:29.6097916Z LaTeX Warning: Hyper reference `usersguide/optimization:createindextimes' on pa
2023-09-21T13:03:29.6098547Z ge 181 undefined on input line 17687.
2023-09-21T13:03:29.6099148Z 
2023-09-21T13:03:29.6099333Z 
2023-09-21T13:03:29.6100091Z LaTeX Warning: Hyper reference `usersguide/optimization:indexsizes' on page 181
2023-09-21T13:03:29.6100705Z  undefined on input line 17699.
2023-09-21T13:03:29.6101299Z 
2023-09-21T13:03:29.6101480Z 
2023-09-21T13:03:29.6102093Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Col
2023-09-21T13:03:29.6102856Z umn.create_index' on page 181 undefined on input line 17717.
2023-09-21T13:03:29.6103504Z 
2023-09-21T13:03:29.6103671Z 
2023-09-21T13:03:29.6104576Z LaTeX Warning: Hyper reference `usersguide/optimization:createindextimes' on pa
2023-09-21T13:03:29.6105219Z ge 181 undefined on input line 17718.
2023-09-21T13:03:29.6105822Z 
2023-09-21T13:03:29.6105988Z 
2023-09-21T13:03:29.6106740Z LaTeX Warning: Hyper reference `usersguide/optimization:indexsizes' on page 181
2023-09-21T13:03:29.6107330Z  undefined on input line 17718.
2023-09-21T13:03:29.6107934Z 
2023-09-21T13:03:29.6108100Z 
2023-09-21T13:03:29.6109234Z LaTeX Warning: Hyper reference `usersguide/optimization:querytimes-indexed-optl
2023-09-21T13:03:29.6110038Z evels' on page 181 undefined on input line 17724.
2023-09-21T13:03:29.6110680Z 
2023-09-21T13:03:29.6111053Z 
2023-09-21T13:03:29.6111819Z LaTeX Warning: Hyper reference `usersguide/optimization:querytimes-indexed-comp
2023-09-21T13:03:29.6112552Z ress' on page 181 undefined on input line 17737.
2023-09-21T13:03:29.6113180Z 
2023-09-21T13:03:29.6113347Z 
2023-09-21T13:03:29.6114089Z LaTeX Warning: Hyper reference `usersguide/bibliography:opsi' on page 181 undef
2023-09-21T13:03:29.6114660Z ined on input line 17752.
2023-09-21T13:03:29.6115238Z 
2023-09-21T13:03:29.6115403Z 
2023-09-21T13:03:29.6116157Z LaTeX Warning: Hyper reference `usersguide/optimization:querytimes-indexed-ssd'
2023-09-21T13:03:29.6116797Z  on page 181 undefined on input line 17775.
2023-09-21T13:03:29.6117409Z 
2023-09-21T13:03:29.7591044Z [181] [182 <./create-index-time-int32-float64.png>] [183 <./indexes-sizes2.png>
2023-09-21T13:03:29.9546677Z ] [184 <./Q8-1g-idx-optlevels.png>] [185 <./Q8-1g-idx-compress.png>] [186 <./Q8
2023-09-21T13:03:30.0617700Z -1g-idx-SSD.png>]
2023-09-21T13:03:30.0622061Z 
2023-09-21T13:03:30.0622908Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:30.0623774Z le.copy' on page 187 undefined on input line 17844.
2023-09-21T13:03:30.0624607Z 
2023-09-21T13:03:30.0624787Z 
2023-09-21T13:03:30.0625579Z LaTeX Warning: Hyper reference `usersguide/optimization:querytimes-indexed-sort
2023-09-21T13:03:30.0626327Z ed' on page 187 undefined on input line 17846.
2023-09-21T13:03:30.0626955Z 
2023-09-21T13:03:30.0627130Z 
2023-09-21T13:03:30.0645231Z LaTeX Warning: Hyper reference `usersguide/optimization:chunksizefinetune' on p
2023-09-21T13:03:30.0646839Z age 187 undefined on input line 17869.
2023-09-21T13:03:30.0647060Z 
2023-09-21T13:03:30.1770326Z [187] [188 <./Q8-1g-idx-sorted.png>]
2023-09-21T13:03:30.1771687Z 
2023-09-21T13:03:30.1772118Z LaTeX Warning: Hyper reference `usersguide/bibliography:zlib' on page 189 undef
2023-09-21T13:03:30.1772557Z ined on input line 17897.
2023-09-21T13:03:30.1772757Z 
2023-09-21T13:03:30.1772765Z 
2023-09-21T13:03:30.1773425Z LaTeX Warning: Hyper reference `usersguide/bibliography:lzo' on page 189 undefi
2023-09-21T13:03:30.1773881Z ned on input line 17909.
2023-09-21T13:03:30.1774054Z 
2023-09-21T13:03:30.1774062Z 
2023-09-21T13:03:30.1774441Z LaTeX Warning: Hyper reference `usersguide/bibliography:bzip2' on page 189 unde
2023-09-21T13:03:30.1774867Z fined on input line 17910.
2023-09-21T13:03:30.1775058Z 
2023-09-21T13:03:30.1775066Z 
2023-09-21T13:03:30.1775423Z LaTeX Warning: Hyper reference `usersguide/utilities:ptrepackdescr' on page 189
2023-09-21T13:03:30.1775840Z  undefined on input line 17925.
2023-09-21T13:03:30.1776041Z 
2023-09-21T13:03:30.1776048Z 
2023-09-21T13:03:30.1776410Z LaTeX Warning: Hyper reference `usersguide/optimization:comprtblcomparison' on 
2023-09-21T13:03:30.1776866Z page 189 undefined on input line 17952.
2023-09-21T13:03:30.1777090Z 
2023-09-21T13:03:30.1777099Z 
2023-09-21T13:03:30.1777457Z LaTeX Warning: Hyper reference `usersguide/optimization:comprzlibcomparison' on
2023-09-21T13:03:30.1777902Z  page 189 undefined on input line 17968.
2023-09-21T13:03:30.1778126Z 
2023-09-21T13:03:30.1778133Z 
2023-09-21T13:03:30.1778492Z LaTeX Warning: Hyper reference `usersguide/optimization:comprwritecomparison' o
2023-09-21T13:03:30.1778953Z n page 189 undefined on input line 17981.
2023-09-21T13:03:30.1779173Z 
2023-09-21T13:03:30.1779180Z 
2023-09-21T13:03:30.1779439Z LaTeX Warning: Hyper reference `usersguide/optimization:comprreadnocachecompari
2023-09-21T13:03:30.1779974Z son' on page 189 undefined on input line 17994.
2023-09-21T13:03:30.1780203Z 
2023-09-21T13:03:30.1780210Z 
2023-09-21T13:03:30.1780561Z LaTeX Warning: Hyper reference `usersguide/optimization:inkernelsearch' on page
2023-09-21T13:03:30.1780996Z  189 undefined on input line 17997.
2023-09-21T13:03:30.1781341Z 
2023-09-21T13:03:30.1781349Z 
2023-09-21T13:03:30.1781996Z LaTeX Warning: Hyper reference `usersguide/optimization:comprreadnocachecompari
2023-09-21T13:03:30.1782545Z son' on page 189 undefined on input line 18004.
2023-09-21T13:03:30.1782937Z 
2023-09-21T13:03:30.1782945Z 
2023-09-21T13:03:30.1783209Z LaTeX Warning: Hyper reference `usersguide/optimization:comprreadcachecompariso
2023-09-21T13:03:30.1783751Z n' on page 189 undefined on input line 18008.
2023-09-21T13:03:30.1783977Z 
2023-09-21T13:03:30.2368562Z [189] [190 <./compressed-recordsize.png>] [191 <./compressed-recordsize-zlib.pn
2023-09-21T13:03:30.3559225Z g>] [192 <./compressed-writing.png>]
2023-09-21T13:03:30.3559502Z 
2023-09-21T13:03:30.3559886Z LaTeX Warning: Hyper reference `usersguide/optimization:shufflingoptim' on page
2023-09-21T13:03:30.3560346Z  193 undefined on input line 18043.
2023-09-21T13:03:30.3560556Z 
2023-09-21T13:03:30.3560565Z 
2023-09-21T13:03:30.3560839Z LaTeX Warning: Hyper reference `usersguide/optimization:comprwritezlibcompariso
2023-09-21T13:03:30.3561419Z n' on page 193 undefined on input line 18050.
2023-09-21T13:03:30.3561635Z 
2023-09-21T13:03:30.3561643Z 
2023-09-21T13:03:30.3561910Z LaTeX Warning: Hyper reference `usersguide/optimization:comprreadzlibcomparison
2023-09-21T13:03:30.3562467Z ' on page 193 undefined on input line 18051.
2023-09-21T13:03:30.3562695Z 
2023-09-21T13:03:30.3562703Z 
2023-09-21T13:03:30.3563207Z LaTeX Warning: Hyper reference `usersguide/optimization:comprzlibcomparison' on
2023-09-21T13:03:30.3563672Z  page 193 undefined on input line 18052.
2023-09-21T13:03:30.3563877Z 
2023-09-21T13:03:30.4880476Z [193 <./compressed-select-nocache.png>] [194 <./compressed-select-cache.png>]
2023-09-21T13:03:30.4880928Z 
2023-09-21T13:03:30.4881382Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:filtersclassde
2023-09-21T13:03:30.4882056Z scr' on page 195 undefined on input line 18064.
2023-09-21T13:03:30.4882334Z 
2023-09-21T13:03:30.6007546Z [195 <./compressed-writing-zlib.png>] [196 <./compressed-select-cache-zlib.png>
2023-09-21T13:03:30.6224017Z ]
2023-09-21T13:03:30.6224245Z 
2023-09-21T13:03:30.6224942Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:filtersclassde
2023-09-21T13:03:30.6225722Z scr' on page 197 undefined on input line 18116.
2023-09-21T13:03:30.6225958Z 
2023-09-21T13:03:30.6225967Z 
2023-09-21T13:03:30.6226237Z LaTeX Warning: Hyper reference `usersguide/optimization:comprshufflecomparison'
2023-09-21T13:03:30.6226694Z  on page 197 undefined on input line 18139.
2023-09-21T13:03:30.6226917Z 
2023-09-21T13:03:30.6226926Z 
2023-09-21T13:03:30.6227190Z LaTeX Warning: Hyper reference `usersguide/optimization:comprwriteshufflecompar
2023-09-21T13:03:30.6227751Z ison' on page 197 undefined on input line 18174.
2023-09-21T13:03:30.6227987Z 
2023-09-21T13:03:30.6227995Z 
2023-09-21T13:03:30.6228254Z LaTeX Warning: Hyper reference `usersguide/optimization:comprreadnocacheshuffle
2023-09-21T13:03:30.6228806Z comparison' on page 197 undefined on input line 18175.
2023-09-21T13:03:30.6229052Z 
2023-09-21T13:03:30.6229069Z 
2023-09-21T13:03:30.6229327Z LaTeX Warning: Hyper reference `usersguide/optimization:comprreadcacheshuffleco
2023-09-21T13:03:30.6229892Z mparison' on page 197 undefined on input line 18176.
2023-09-21T13:03:30.6230141Z 
2023-09-21T13:03:30.6877050Z [197] [198 <./compressed-recordsize-shuffle.png>] [199 <./compressed-writing-sh
2023-09-21T13:03:30.8116487Z uffle.png>] [200 <./compressed-select-nocache-shuffle-only.png>] [201 <./compre
2023-09-21T13:03:30.8871415Z ssed-select-cache-shuffle.png>]
2023-09-21T13:03:30.8871866Z 
2023-09-21T13:03:30.8872320Z LaTeX Warning: Hyper reference `usersguide/parameter_files:tables.parameters.NO
2023-09-21T13:03:30.8873331Z DE_CACHE_SLOTS' on page 202 undefined on input line 18254.
2023-09-21T13:03:30.8873744Z 
2023-09-21T13:03:30.8873758Z 
2023-09-21T13:03:30.8874167Z LaTeX Warning: Hyper reference `usersguide/parameter_files:tables.parameters.NO
2023-09-21T13:03:30.8875122Z DE_CACHE_SLOTS' on page 202 undefined on input line 18258.
2023-09-21T13:03:30.8875526Z 
2023-09-21T13:03:30.8876069Z 
2023-09-21T13:03:30.8876730Z LaTeX Warning: Hyper reference `usersguide/optimization:optimization-table-1' o
2023-09-21T13:03:30.8877493Z n page 202 undefined on input line 18281.
2023-09-21T13:03:30.8878114Z 
2023-09-21T13:03:30.8878127Z 
2023-09-21T13:03:30.8878492Z Package tabulary Warning: No suitable columns! on input line 18298.
2023-09-21T13:03:30.8878937Z 
2023-09-21T13:03:30.8878950Z 
2023-09-21T13:03:30.8879558Z LaTeX Warning: Hyper reference `usersguide/optimization:optimization-table-1' o
2023-09-21T13:03:30.8880319Z n page 202 undefined on input line 18303.
2023-09-21T13:03:30.8880679Z 
2023-09-21T13:03:30.8880691Z 
2023-09-21T13:03:30.8881100Z LaTeX Warning: Hyper reference `usersguide/parameter_files:tables.parameters.NO
2023-09-21T13:03:30.8882017Z DE_CACHE_SLOTS' on page 202 undefined on input line 18317.
2023-09-21T13:03:30.8882421Z 
2023-09-21T13:03:30.8928269Z [202]
2023-09-21T13:03:30.8928594Z 
2023-09-21T13:03:30.8929101Z LaTeX Warning: Hyper reference `usersguide/parameter_files:tables.parameters.NO
2023-09-21T13:03:30.8930236Z DE_CACHE_SLOTS' on page 203 undefined on input line 18325.
2023-09-21T13:03:30.8930650Z 
2023-09-21T13:03:30.8930684Z 
2023-09-21T13:03:30.8931113Z LaTeX Warning: Hyper reference `usersguide/parameter_files:tables.parameters.NO
2023-09-21T13:03:30.8932049Z DE_CACHE_SLOTS' on page 203 undefined on input line 18331.
2023-09-21T13:03:30.8932652Z 
2023-09-21T13:03:30.8932666Z 
2023-09-21T13:03:30.8933284Z LaTeX Warning: Hyper reference `usersguide/optimization:optimization-table-1' o
2023-09-21T13:03:30.8934046Z n page 203 undefined on input line 18342.
2023-09-21T13:03:30.8934406Z 
2023-09-21T13:03:30.8934418Z 
2023-09-21T13:03:30.8935006Z LaTeX Warning: Hyper reference `usersguide/optimization:optimization-table-1' o
2023-09-21T13:03:30.8935728Z n page 203 undefined on input line 18346.
2023-09-21T13:03:30.8936084Z 
2023-09-21T13:03:30.8936096Z 
2023-09-21T13:03:30.8936756Z LaTeX Warning: Hyper reference `usersguide/optimization:expectedrowsoptim' on p
2023-09-21T13:03:30.8937208Z age 203 undefined on input line 18361.
2023-09-21T13:03:30.8937419Z 
2023-09-21T13:03:30.8937427Z 
2023-09-21T13:03:30.8937778Z LaTeX Warning: Hyper reference `usersguide/utilities:ptrepackdescr' on page 203
2023-09-21T13:03:30.8938210Z  undefined on input line 18368.
2023-09-21T13:03:30.8938411Z 
2023-09-21T13:03:30.9003510Z [203] [204]
2023-09-21T13:03:30.9003806Z Chapter 2.
2023-09-21T13:03:30.9003970Z 
2023-09-21T13:03:30.9004455Z LaTeX Warning: Hyper reference `usersguide/bibliography:hdfg1' on page 205 unde
2023-09-21T13:03:30.9004890Z fined on input line 18408.
2023-09-21T13:03:30.9005086Z 
2023-09-21T13:03:30.9893334Z [205] [206] [207]
2023-09-21T13:03:30.9893809Z Overfull \vbox (0.63158pt too high) detected at line 18691
2023-09-21T13:03:31.0026486Z [208]
2023-09-21T13:03:31.0026715Z 
2023-09-21T13:03:31.0027341Z LaTeX Warning: Hyper reference `usersguide/libref/filenode_classes:filenode-cla
2023-09-21T13:03:31.0027944Z sses' on page 209 undefined on input line 18755.
2023-09-21T13:03:31.0028186Z 
2023-09-21T13:03:31.0036877Z [209] [210]
2023-09-21T13:03:31.0037152Z Chapter 3.
2023-09-21T13:03:31.0037321Z 
2023-09-21T13:03:31.0037849Z LaTeX Warning: Hyper reference `usersguide/bibliography:numpy' on page 211 unde
2023-09-21T13:03:31.0038287Z fined on input line 18768.
2023-09-21T13:03:31.0038482Z 
2023-09-21T13:03:31.0038491Z 
2023-09-21T13:03:31.0038727Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:colclassd
2023-09-21T13:03:31.0039279Z escr' on page 211 undefined on input line 18770.
2023-09-21T13:03:31.0039513Z 
2023-09-21T13:03:31.0039521Z 
2023-09-21T13:03:31.0039767Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:atomclass
2023-09-21T13:03:31.0040301Z descr' on page 211 undefined on input line 18772.
2023-09-21T13:03:31.0040540Z 
2023-09-21T13:03:31.0040547Z 
2023-09-21T13:03:31.0040894Z LaTeX Warning: Hyper reference `usersguide/datatypes:floating-point-note' on pa
2023-09-21T13:03:31.0041655Z ge 211 undefined on input line 18804.
2023-09-21T13:03:31.0041874Z 
2023-09-21T13:03:31.0041881Z 
2023-09-21T13:03:31.0042244Z LaTeX Warning: Hyper reference `usersguide/datatypes:floating-point-note' on pa
2023-09-21T13:03:31.0042990Z ge 211 undefined on input line 18811.
2023-09-21T13:03:31.0043203Z 
2023-09-21T13:03:31.0043210Z 
2023-09-21T13:03:31.0043443Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:enumclassdescr
2023-09-21T13:03:31.0043980Z ' on page 211 undefined on input line 18861.
2023-09-21T13:03:31.0044206Z 
2023-09-21T13:03:31.0178356Z [211]
2023-09-21T13:03:31.0179081Z Underfull \hbox (badness 10000) in paragraph at lines 18894--18897
2023-09-21T13:03:31.0179540Z []|\T1/qhv/m/n/10 Python Coun-ter-
2023-09-21T13:03:31.0179746Z 
2023-09-21T13:03:31.0180121Z LaTeX Warning: Hyper reference `usersguide/datatypes:floating-point-note' on pa
2023-09-21T13:03:31.0180582Z ge 212 undefined on input line 19046.
2023-09-21T13:03:31.0180796Z 
2023-09-21T13:03:31.0180804Z 
2023-09-21T13:03:31.0181134Z Underfull \hbox (badness 10000) in paragraph at lines 19066--19068
2023-09-21T13:03:31.0181576Z []|\T1/qtm/m/n/10 single-precision
2023-09-21T13:03:31.0181776Z 
2023-09-21T13:03:31.0182097Z Underfull \hbox (badness 10000) in paragraph at lines 19082--19084
2023-09-21T13:03:31.0182543Z []|\T1/qtm/m/n/10 double-precision
2023-09-21T13:03:31.0182739Z 
2023-09-21T13:03:31.0183040Z Underfull \hbox (badness 10000) in paragraph at lines 19103--19105
2023-09-21T13:03:31.0183484Z []|\T1/qtm/m/n/10 ex-tended pre-ci-sion
2023-09-21T13:03:31.0183693Z 
2023-09-21T13:03:31.0183990Z Underfull \hbox (badness 10000) in paragraph at lines 19119--19121
2023-09-21T13:03:31.0184686Z []|\T1/qtm/m/n/10 ex-tended pre-ci-sion
2023-09-21T13:03:31.0184897Z 
2023-09-21T13:03:31.0185185Z Underfull \hbox (badness 10000) in paragraph at lines 19135--19137
2023-09-21T13:03:31.0185634Z []|\T1/qtm/m/n/10 single-precision
2023-09-21T13:03:31.0185833Z 
2023-09-21T13:03:31.0186135Z Underfull \hbox (badness 10000) in paragraph at lines 19151--19153
2023-09-21T13:03:31.0186585Z []|\T1/qtm/m/n/10 double-precision
2023-09-21T13:03:31.0186767Z 
2023-09-21T13:03:31.0187069Z Underfull \hbox (badness 10000) in paragraph at lines 19167--19169
2023-09-21T13:03:31.0187532Z []|\T1/qtm/m/n/10 ex-tended pre-ci-sion
2023-09-21T13:03:31.0187740Z 
2023-09-21T13:03:31.0188038Z Underfull \hbox (badness 10000) in paragraph at lines 19183--19185
2023-09-21T13:03:31.0188474Z []|\T1/qtm/m/n/10 ex-tended pre-ci-sion
2023-09-21T13:03:31.0188799Z 
2023-09-21T13:03:31.0189103Z Underfull \hbox (badness 10000) in paragraph at lines 19199--19201
2023-09-21T13:03:31.0189552Z []|\T1/qtm/m/n/10 ar-bi-trary length
2023-09-21T13:03:31.0189751Z 
2023-09-21T13:03:31.0190051Z Underfull \hbox (badness 10000) in paragraph at lines 19234--19236
2023-09-21T13:03:31.0190471Z []|\T1/qtm/m/n/10 POSIX's struct
2023-09-21T13:03:31.0236274Z [212]
2023-09-21T13:03:31.0236478Z 
2023-09-21T13:03:31.0236766Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:31.0237483Z le.where' on page 213 undefined on input line 19271.
2023-09-21T13:03:31.0237719Z 
2023-09-21T13:03:31.0237727Z 
2023-09-21T13:03:31.0237980Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:31.0238562Z le.read_where' on page 213 undefined on input line 19271.
2023-09-21T13:03:31.0238811Z 
2023-09-21T13:03:31.0238819Z 
2023-09-21T13:03:31.0239176Z LaTeX Warning: Hyper reference `usersguide/bibliography:numexpr' on page 213 un
2023-09-21T13:03:31.0239597Z defined on input line 19273.
2023-09-21T13:03:31.0239778Z 
2023-09-21T13:03:31.0239786Z 
2023-09-21T13:03:31.0240030Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:31.0240571Z le.where' on page 213 undefined on input line 19306.
2023-09-21T13:03:31.0240808Z 
2023-09-21T13:03:31.0289628Z [213]
2023-09-21T13:03:31.0289826Z 
2023-09-21T13:03:31.0290352Z LaTeX Warning: Hyper reference `usersguide/libref/top_level:tables.open_file' o
2023-09-21T13:03:31.0291128Z n page 214 undefined on input line 19493.
2023-09-21T13:03:31.0291363Z 
2023-09-21T13:03:31.0413472Z [214]
2023-09-21T13:03:31.0413685Z 
2023-09-21T13:03:31.0413974Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:31.0415243Z le' on page 215 undefined on input line 19524.
2023-09-21T13:03:31.0415484Z 
2023-09-21T13:03:31.0415492Z 
2023-09-21T13:03:31.0415747Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.Perform
2023-09-21T13:03:31.0416320Z anceWarning' on page 215 undefined on input line 19525.
2023-09-21T13:03:31.0416572Z 
2023-09-21T13:03:31.0660329Z [215] [216]
2023-09-21T13:03:31.0660554Z 
2023-09-21T13:03:31.0660831Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.Perform
2023-09-21T13:03:31.0661603Z anceWarning' on page 217 undefined on input line 19892.
2023-09-21T13:03:31.0661858Z 
2023-09-21T13:03:31.0792103Z [217] [218]
2023-09-21T13:03:31.0792317Z 
2023-09-21T13:03:31.0792886Z LaTeX Warning: Hyper reference `usersguide/libref/top_level:tables.open_file' o
2023-09-21T13:03:31.0793339Z n page 219 undefined on input line 20226.
2023-09-21T13:03:31.0793566Z 
2023-09-21T13:03:31.0793596Z 
2023-09-21T13:03:31.0793953Z LaTeX Warning: Hyper reference `usersguide/libref/top_level:tables.open_file' o
2023-09-21T13:03:31.0794409Z n page 219 undefined on input line 20228.
2023-09-21T13:03:31.0794633Z 
2023-09-21T13:03:31.0794641Z 
2023-09-21T13:03:31.0794986Z LaTeX Warning: Hyper reference `usersguide/libref/top_level:tables.open_file' o
2023-09-21T13:03:31.0795414Z n page 219 undefined on input line 20230.
2023-09-21T13:03:31.0795629Z 
2023-09-21T13:03:31.0795637Z 
2023-09-21T13:03:31.0795977Z LaTeX Warning: Hyper reference `usersguide/libref/top_level:tables.open_file' o
2023-09-21T13:03:31.0796422Z n page 219 undefined on input line 20250.
2023-09-21T13:03:31.0796639Z 
2023-09-21T13:03:31.0796646Z 
2023-09-21T13:03:31.0797007Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_fi
2023-09-21T13:03:31.0797570Z le_image' on page 219 undefined on input line 20255.
2023-09-21T13:03:31.0797813Z 
2023-09-21T13:03:31.2420061Z [219] [220] [221] [222] [223]
2023-09-21T13:03:31.2420541Z Underfull \vbox (badness 10000) detected at line 20628
2023-09-21T13:03:31.2420796Z 
2023-09-21T13:03:31.2420987Z Underfull \vbox (badness 10000) detected at line 20628
2023-09-21T13:03:31.2746196Z [224]
2023-09-21T13:03:31.2746984Z Overfull \vbox (0.63158pt too high) detected at line 20687
2023-09-21T13:03:31.3635360Z [225] [226] [227] [228]
2023-09-21T13:03:31.3636480Z 
2023-09-21T13:03:31.3637767Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:filtersclassde
2023-09-21T13:03:31.3639319Z scr' on page 229 undefined on input line 20942.
2023-09-21T13:03:31.3640459Z 
2023-09-21T13:03:31.3791355Z [229] [230]
2023-09-21T13:03:31.3791917Z 
2023-09-21T13:03:31.3793100Z LaTeX Warning: Hyper reference `usersguide/file_format:tableformatdescr' on pag
2023-09-21T13:03:31.3793956Z e 231 undefined on input line 21206.
2023-09-21T13:03:31.3794725Z 
2023-09-21T13:03:31.3794936Z 
2023-09-21T13:03:31.3795885Z LaTeX Warning: Hyper reference `usersguide/file_format:tableformatdescr' on pag
2023-09-21T13:03:31.3796665Z e 231 undefined on input line 21212.
2023-09-21T13:03:31.3797414Z 
2023-09-21T13:03:31.3871414Z [231]
2023-09-21T13:03:31.3871890Z 
2023-09-21T13:03:31.3872877Z LaTeX Warning: Hyper reference `usersguide/file_format:tableformatdescr' on pag
2023-09-21T13:03:31.3873546Z e 232 undefined on input line 21258.
2023-09-21T13:03:31.3874165Z 
2023-09-21T13:03:31.3874334Z 
2023-09-21T13:03:31.3875097Z LaTeX Warning: Hyper reference `usersguide/file_format:tableformatdescr' on pag
2023-09-21T13:03:31.3875705Z e 232 undefined on input line 21264.
2023-09-21T13:03:31.3876301Z 
2023-09-21T13:03:31.3876465Z 
2023-09-21T13:03:31.3877229Z LaTeX Warning: Hyper reference `usersguide/file_format:tableformatdescr' on pag
2023-09-21T13:03:31.3877843Z e 232 undefined on input line 21313.
2023-09-21T13:03:31.3878433Z 
2023-09-21T13:03:31.3879033Z 
2023-09-21T13:03:31.3879840Z LaTeX Warning: Hyper reference `usersguide/file_format:tableformatdescr' on pag
2023-09-21T13:03:31.3880463Z e 232 undefined on input line 21315.
2023-09-21T13:03:31.3881270Z 
2023-09-21T13:03:31.3951658Z [232]
2023-09-21T13:03:31.3952165Z 
2023-09-21T13:03:31.3953174Z LaTeX Warning: Hyper reference `usersguide/file_format:vlarrayformatdescr' on p
2023-09-21T13:03:31.3953856Z age 233 undefined on input line 21337.
2023-09-21T13:03:31.3954487Z 
2023-09-21T13:03:31.3954655Z 
2023-09-21T13:03:31.3955420Z LaTeX Warning: Hyper reference `usersguide/file_format:tableformatdescr' on pag
2023-09-21T13:03:31.3956062Z e 233 undefined on input line 21365.
2023-09-21T13:03:31.3956648Z 
2023-09-21T13:03:31.3956831Z 
2023-09-21T13:03:31.3957564Z LaTeX Warning: Hyper reference `usersguide/file_format:tableformatdescr' on pag
2023-09-21T13:03:31.3958187Z e 233 undefined on input line 21396.
2023-09-21T13:03:31.3958779Z 
2023-09-21T13:03:31.4046927Z [233]
2023-09-21T13:03:31.4047473Z 
2023-09-21T13:03:31.4048581Z LaTeX Warning: Hyper reference `usersguide/bibliography:hdfg1' on page 234 unde
2023-09-21T13:03:31.4049229Z fined on input line 21443.
2023-09-21T13:03:31.4049852Z 
2023-09-21T13:03:31.4050039Z 
2023-09-21T13:03:31.4050808Z LaTeX Warning: Hyper reference `usersguide/bibliography:hdfg2' on page 234 unde
2023-09-21T13:03:31.4051420Z fined on input line 21451.
2023-09-21T13:03:31.4052002Z 
2023-09-21T13:03:31.4052167Z 
2023-09-21T13:03:31.4052914Z LaTeX Warning: Hyper reference `usersguide/bibliography:hdfg3' on page 234 unde
2023-09-21T13:03:31.4053508Z fined on input line 21458.
2023-09-21T13:03:31.4054081Z 
2023-09-21T13:03:31.4054243Z 
2023-09-21T13:03:31.4055006Z LaTeX Warning: Hyper reference `usersguide/bibliography:mertz' on page 234 unde
2023-09-21T13:03:31.4055586Z fined on input line 21465.
2023-09-21T13:03:31.4056163Z 
2023-09-21T13:03:31.4056325Z 
2023-09-21T13:03:31.4057067Z LaTeX Warning: Hyper reference `usersguide/bibliography:cython' on page 234 und
2023-09-21T13:03:31.4057675Z efined on input line 21475.
2023-09-21T13:03:31.4058254Z 
2023-09-21T13:03:31.4058417Z 
2023-09-21T13:03:31.4059158Z LaTeX Warning: Hyper reference `usersguide/bibliography:numpy' on page 234 unde
2023-09-21T13:03:31.4059826Z fined on input line 21483.
2023-09-21T13:03:31.4060410Z 
2023-09-21T13:03:31.4060574Z 
2023-09-21T13:03:31.4061321Z LaTeX Warning: Hyper reference `usersguide/bibliography:numexpr' on page 234 un
2023-09-21T13:03:31.4061904Z defined on input line 21494.
2023-09-21T13:03:31.4062482Z 
2023-09-21T13:03:31.4062647Z 
2023-09-21T13:03:31.4063396Z LaTeX Warning: Hyper reference `usersguide/bibliography:zlib' on page 234 undef
2023-09-21T13:03:31.4063986Z ined on input line 21504.
2023-09-21T13:03:31.4064761Z 
2023-09-21T13:03:31.4064929Z 
2023-09-21T13:03:31.4065683Z LaTeX Warning: Hyper reference `usersguide/bibliography:lzo' on page 234 undefi
2023-09-21T13:03:31.4066266Z ned on input line 21512.
2023-09-21T13:03:31.4066833Z 
2023-09-21T13:03:31.4066996Z 
2023-09-21T13:03:31.4067744Z LaTeX Warning: Hyper reference `usersguide/bibliography:bzip2' on page 234 unde
2023-09-21T13:03:31.4068320Z fined on input line 21521.
2023-09-21T13:03:31.4068904Z 
2023-09-21T13:03:31.4069067Z 
2023-09-21T13:03:31.4069808Z LaTeX Warning: Hyper reference `usersguide/bibliography:blosc' on page 234 unde
2023-09-21T13:03:31.4070393Z fined on input line 21529.
2023-09-21T13:03:31.4070977Z 
2023-09-21T13:03:31.4071142Z 
2023-09-21T13:03:31.4071881Z LaTeX Warning: Hyper reference `usersguide/bibliography:blosc2' on page 234 und
2023-09-21T13:03:31.4072468Z efined on input line 21538.
2023-09-21T13:03:31.4073025Z 
2023-09-21T13:03:31.4073208Z 
2023-09-21T13:03:31.4073937Z LaTeX Warning: Hyper reference `usersguide/bibliography:gnuwin32' on page 234 u
2023-09-21T13:03:31.4074533Z ndefined on input line 21547.
2023-09-21T13:03:31.4075133Z 
2023-09-21T13:03:31.4075295Z 
2023-09-21T13:03:31.4076033Z LaTeX Warning: Hyper reference `usersguide/bibliography:scipy1' on page 234 und
2023-09-21T13:03:31.4077643Z efined on input line 21557.
2023-09-21T13:03:31.4077849Z 
2023-09-21T13:03:31.4111901Z [234]
2023-09-21T13:03:31.4112110Z 
2023-09-21T13:03:31.4112614Z LaTeX Warning: Hyper reference `usersguide/bibliography:scipy2' on page 235 und
2023-09-21T13:03:31.4113373Z efined on input line 21565.
2023-09-21T13:03:31.4113572Z 
2023-09-21T13:03:31.4113580Z 
2023-09-21T13:03:31.4113947Z LaTeX Warning: Hyper reference `usersguide/bibliography:optim' on page 235 unde
2023-09-21T13:03:31.4114380Z fined on input line 21575.
2023-09-21T13:03:31.4114558Z 
2023-09-21T13:03:31.4114566Z 
2023-09-21T13:03:31.4114918Z LaTeX Warning: Hyper reference `usersguide/bibliography:opsi' on page 235 undef
2023-09-21T13:03:31.4115486Z ined on input line 21585.
2023-09-21T13:03:31.4115678Z 
2023-09-21T13:03:31.4115685Z 
2023-09-21T13:03:31.4116043Z LaTeX Warning: Hyper reference `usersguide/bibliography:vitables' on page 235 u
2023-09-21T13:03:31.4116465Z ndefined on input line 21594.
2023-09-21T13:03:31.4116648Z 
2023-09-21T13:03:31.4116665Z 
2023-09-21T13:03:31.4117014Z LaTeX Warning: Hyper reference `usersguide/bibliography:git' on page 235 undefi
2023-09-21T13:03:31.4117420Z ned on input line 21603.
2023-09-21T13:03:31.4117616Z 
2023-09-21T13:03:31.4117623Z 
2023-09-21T13:03:31.4117974Z LaTeX Warning: Hyper reference `usersguide/bibliography:sphinx' on page 235 und
2023-09-21T13:03:31.4118392Z efined on input line 21611.
2023-09-21T13:03:31.4118569Z 
2023-09-21T13:03:31.4118789Z No file usersguide-3.8.1.dev0.ind.
2023-09-21T13:03:31.4645159Z [235] (./usersguide-3.8.1.dev0.aux)
2023-09-21T13:03:31.4645754Z 
2023-09-21T13:03:31.4646214Z LaTeX Warning: There were undefined references.
2023-09-21T13:03:31.4646639Z 
2023-09-21T13:03:31.4646653Z 
2023-09-21T13:03:31.4647315Z LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right.
2023-09-21T13:03:31.4647834Z 
2023-09-21T13:03:31.4647977Z  )
2023-09-21T13:03:31.4648655Z (see the transcript file for additional information){/usr/share/texmf/fonts/enc
2023-09-21T13:03:31.4649779Z /dvips/tex-gyre/q-ec.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/base/8r
2023-09-21T13:03:31.4653809Z .enc}{/usr/share/texmf/fonts/enc/dvips/tex-gyre/q-ts1.enc}</usr/share/texlive/t
2023-09-21T13:03:31.4663481Z exmf-dist/fonts/type1/public/amsfonts/cm/cmmi5.pfb></usr/share/texlive/texmf-di
2023-09-21T13:03:31.4673106Z st/fonts/type1/public/amsfonts/cm/cmsy5.pfb></usr/share/texlive/texmf-dist/font
2023-09-21T13:03:31.4680949Z s/type1/public/amsfonts/symbols/msbm10.pfb></usr/share/texmf/fonts/type1/public
2023-09-21T13:03:31.4749871Z /tex-gyre/qhvb.pfb></usr/share/texmf/fonts/type1/public/tex-gyre/qhvbi.pfb></us
2023-09-21T13:03:31.4784165Z r/share/texmf/fonts/type1/public/tex-gyre/qhvr.pfb></usr/share/texmf/fonts/type
2023-09-21T13:03:31.4827593Z 1/public/tex-gyre/qtmb.pfb></usr/share/texmf/fonts/type1/public/tex-gyre/qtmbi.
2023-09-21T13:03:31.4912514Z pfb></usr/share/texmf/fonts/type1/public/tex-gyre/qtmr.pfb></usr/share/texmf/fo
2023-09-21T13:03:31.4954272Z nts/type1/public/tex-gyre/qtmri.pfb></usr/share/texlive/texmf-dist/fonts/type1/
2023-09-21T13:03:31.4965207Z public/txfonts/t1xbtt.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/txf
2023-09-21T13:03:31.4975149Z onts/t1xbtt.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/txfonts/t1xtt
2023-09-21T13:03:31.5001015Z .pfb></usr/share/texlive/texmf-dist/fonts/type1/public/txfonts/t1xtt.pfb></usr/
2023-09-21T13:03:31.5006948Z share/texlive/texmf-dist/fonts/type1/public/txfonts/tcxbtt.pfb></usr/share/texl
2023-09-21T13:03:31.5012940Z ive/texmf-dist/fonts/type1/public/txfonts/tcxtt.pfb></usr/share/texlive/texmf-d
2023-09-21T13:03:31.5126530Z ist/fonts/type1/urw/times/utmr8a.pfb>
2023-09-21T13:03:31.5127477Z Output written on usersguide-3.8.1.dev0.pdf (239 pages, 2764436 bytes).
2023-09-21T13:03:31.5128478Z Transcript written on usersguide-3.8.1.dev0.log.
2023-09-21T13:03:31.6478056Z Latexmk: Index file 'usersguide-3.8.1.dev0.idx' was written
2023-09-21T13:03:31.8190451Z Latexmk: Missing input file 'usersguide-3.8.1.dev0.ind' (or dependence on it) from following:
2023-09-21T13:03:31.8191854Z   'No file usersguide-3.8.1.dev0.ind.'
2023-09-21T13:03:31.8195977Z Latexmk: References changed.
2023-09-21T13:03:31.8239703Z Latexmk: Log file says output to 'usersguide-3.8.1.dev0.pdf'
2023-09-21T13:03:31.8629263Z Rule 'makeindex usersguide-3.8.1.dev0.idx': File changes, etc:
2023-09-21T13:03:31.8632027Z    Changed files, or newly in use since previous run(s):
2023-09-21T13:03:31.8632956Z Latexmk: Examining 'usersguide-3.8.1.dev0.log'
2023-09-21T13:03:31.8634371Z === TeX engine is 'pdfTeX'
2023-09-21T13:03:31.8634946Z Latexmk: applying rule 'makeindex usersguide-3.8.1.dev0.idx'...
2023-09-21T13:03:31.8635431Z       'usersguide-3.8.1.dev0.idx'
2023-09-21T13:03:31.8635764Z ------------
2023-09-21T13:03:31.8636210Z Run number 1 of rule 'makeindex usersguide-3.8.1.dev0.idx'
2023-09-21T13:03:31.8636570Z ------------
2023-09-21T13:03:31.8636840Z ------------
2023-09-21T13:03:31.8637408Z Running 'makeindex -s python.ist  -o "usersguide-3.8.1.dev0.ind" "usersguide-3.8.1.dev0.idx"'
2023-09-21T13:03:31.8637842Z ------------
2023-09-21T13:03:31.8809013Z This is makeindex, version 2.15 [TeX Live 2022/dev] (kpathsea + Thai support).
2023-09-21T13:03:31.8809630Z Scanning style file ./python.ist.......done (7 attributes redefined, 0 ignored).
2023-09-21T13:03:31.8827037Z Scanning input file usersguide-3.8.1.dev0.idx....done (589 entries accepted, 0 rejected).
2023-09-21T13:03:31.8830801Z Sorting entries.......done (5846 comparisons).
2023-09-21T13:03:31.8846933Z Generating output file usersguide-3.8.1.dev0.ind....done (640 lines written, 0 warnings).
2023-09-21T13:03:31.8848058Z Output written in usersguide-3.8.1.dev0.ind.
2023-09-21T13:03:31.8849079Z Transcript written in usersguide-3.8.1.dev0.ilg.
2023-09-21T13:03:31.8913734Z Rule 'pdflatex': File changes, etc:
2023-09-21T13:03:31.8914442Z    Changed files, or newly in use since previous run(s):
2023-09-21T13:03:31.8915159Z       'usersguide-3.8.1.dev0.aux'
2023-09-21T13:03:31.8915653Z       'usersguide-3.8.1.dev0.ind'
2023-09-21T13:03:31.8916091Z ------------
2023-09-21T13:03:31.8916519Z Run number 2 of rule 'pdflatex'
2023-09-21T13:03:31.8916929Z ------------
2023-09-21T13:03:31.8943010Z ------------
2023-09-21T13:03:31.8943454Z Latexmk: applying rule 'pdflatex'...
2023-09-21T13:03:31.8944266Z Running 'pdflatex   -recorder  "usersguide-3.8.1.dev0.tex"'
2023-09-21T13:03:31.8945287Z ------------
2023-09-21T13:03:31.9125421Z This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2022/dev/Debian) (preloaded format=pdflatex)
2023-09-21T13:03:31.9126749Z  restricted \write18 enabled.
2023-09-21T13:03:31.9543991Z entering extended mode
2023-09-21T13:03:31.9545014Z (./usersguide-3.8.1.dev0.tex
2023-09-21T13:03:31.9545431Z LaTeX2e <2021-11-15> patch level 1
2023-09-21T13:03:31.9610814Z L3 programming layer <2022-01-21> (./sphinxmanual.cls
2023-09-21T13:03:31.9611589Z Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual)
2023-09-21T13:03:31.9626282Z (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls
2023-09-21T13:03:31.9627309Z Document Class: report 2021/10/04 v1.4n Standard LaTeX document class
2023-09-21T13:03:31.9701190Z (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo)))
2023-09-21T13:03:31.9733909Z (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty)
2023-09-21T13:03:31.9765697Z (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty)
2023-09-21T13:03:31.9820698Z (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty<<t1.cmap>>)
2023-09-21T13:03:31.9859706Z (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty
2023-09-21T13:03:31.9860464Z For additional information on amsmath, use the `?' option.
2023-09-21T13:03:31.9885626Z (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty
2023-09-21T13:03:31.9917253Z (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty))
2023-09-21T13:03:31.9951230Z (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty)
2023-09-21T13:03:32.0039164Z (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty))
2023-09-21T13:03:32.0067752Z (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty
2023-09-21T13:03:32.0144626Z (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty))
2023-09-21T13:03:32.0213282Z (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty
2023-09-21T13:03:32.0291328Z (/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def)
2023-09-21T13:03:32.0340279Z (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf))
2023-09-21T13:03:32.0367532Z (/usr/share/texmf/tex/latex/tex-gyre/tgtermes.sty
2023-09-21T13:03:32.0395323Z (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty
2023-09-21T13:03:32.0429243Z (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty)
2023-09-21T13:03:32.0468825Z (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty)
2023-09-21T13:03:32.0518444Z (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty)))
2023-09-21T13:03:32.0555793Z (/usr/share/texmf/tex/latex/tex-gyre/tgheros.sty)
2023-09-21T13:03:32.0620606Z (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty
2023-09-21T13:03:32.0641647Z (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty
2023-09-21T13:03:32.0660462Z (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg)
2023-09-21T13:03:32.0809756Z (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def))
2023-09-21T13:03:32.0863283Z (./sphinxoptionshyperref.sty) (./sphinxoptionsgeometry.sty)
2023-09-21T13:03:32.0902458Z (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty)
2023-09-21T13:03:32.0937697Z (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty)
2023-09-21T13:03:32.0972885Z (/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty)
2023-09-21T13:03:32.1001637Z (/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty)
2023-09-21T13:03:32.1046698Z (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty)
2023-09-21T13:03:32.1079322Z (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
2023-09-21T13:03:32.1106008Z (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
2023-09-21T13:03:32.1124245Z (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty)
2023-09-21T13:03:32.1147142Z (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)))
2023-09-21T13:03:32.1215242Z (./sphinxlatexgraphics.sty) (./sphinxpackageboxes.sty
2023-09-21T13:03:32.1231516Z (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.sty
2023-09-21T13:03:32.1245055Z (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.cfg)
2023-09-21T13:03:32.1303833Z (/usr/share/texlive/texmf-dist/tex/latex/pict2e/p2e-pdftex.def))
2023-09-21T13:03:32.1332910Z (/usr/share/texlive/texmf-dist/tex/latex/ellipse/ellipse.sty))
2023-09-21T13:03:32.1367282Z (./sphinxlatexadmonitions.sty
2023-09-21T13:03:32.1388363Z (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty))
2023-09-21T13:03:32.1429599Z (./sphinxlatexliterals.sty
2023-09-21T13:03:32.1490082Z (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty)
2023-09-21T13:03:32.1519368Z (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty)
2023-09-21T13:03:32.1555961Z (/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty)
2023-09-21T13:03:32.1579149Z (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty))
2023-09-21T13:03:32.1621817Z (./sphinxlatexshadowbox.sty) (./sphinxlatexcontainers.sty)
2023-09-21T13:03:32.1659961Z (./sphinxhighlight.sty) (./sphinxlatextables.sty
2023-09-21T13:03:32.1686444Z (/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty
2023-09-21T13:03:32.1733842Z (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty))
2023-09-21T13:03:32.1771040Z (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty)
2023-09-21T13:03:32.1814014Z (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty)
2023-09-21T13:03:32.1881014Z (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty)
2023-09-21T13:03:32.1895322Z (/usr/share/texlive/texmf-dist/tex/latex/booktabs/booktabs.sty))
2023-09-21T13:03:32.1937304Z (./sphinxlatexnumfig.sty) (./sphinxlatexlists.sty) (./sphinxpackagefootnote.sty
2023-09-21T13:03:32.1988907Z ) (./sphinxlatexindbibtoc.sty
2023-09-21T13:03:32.2000102Z (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty))
2023-09-21T13:03:32.2033763Z (./sphinxlatexstylepage.sty
2023-09-21T13:03:32.2034404Z (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty
2023-09-21T13:03:32.2067128Z (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip-2001-04-09.sty))
2023-09-21T13:03:32.2097744Z (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty))
2023-09-21T13:03:32.2126266Z (./sphinxlatexstyleheadings.sty
2023-09-21T13:03:32.2176108Z (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty))
2023-09-21T13:03:32.2237781Z (./sphinxlatexstyletext.sty) (./sphinxlatexobjects.sty))
2023-09-21T13:03:32.2272560Z (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty
2023-09-21T13:03:32.2301497Z (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty
2023-09-21T13:03:32.2378168Z (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty)))
2023-09-21T13:03:32.2422177Z (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty
2023-09-21T13:03:32.2456829Z (/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty
2023-09-21T13:03:32.2528309Z (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty))
2023-09-21T13:03:32.2563236Z (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty)
2023-09-21T13:03:32.2608952Z (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty)
2023-09-21T13:03:32.2651235Z (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty)
2023-09-21T13:03:32.2682753Z (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty)
2023-09-21T13:03:32.2710031Z (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty)
2023-09-21T13:03:32.2783955Z (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def)
2023-09-21T13:03:32.2793194Z (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def)
2023-09-21T13:03:32.2833834Z (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty)
2023-09-21T13:03:32.2869606Z (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty)
2023-09-21T13:03:32.3105733Z (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def)
2023-09-21T13:03:32.3145526Z (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty)
2023-09-21T13:03:32.3191787Z (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty
2023-09-21T13:03:32.3285302Z (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty))
2023-09-21T13:03:32.3336564Z (/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty))
2023-09-21T13:03:32.3379119Z (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def
2023-09-21T13:03:32.3432423Z (/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty)
2023-09-21T13:03:32.3514638Z (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty
2023-09-21T13:03:32.3574647Z (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty)))
2023-09-21T13:03:32.3604692Z (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty)
2023-09-21T13:03:32.3635520Z (./sphinxmessages.sty)
2023-09-21T13:03:32.3690806Z (/usr/share/texlive/texmf-dist/tex/latex/bookmark/bookmark.sty
2023-09-21T13:03:32.3748639Z (/usr/share/texlive/texmf-dist/tex/latex/bookmark/bkm-pdftex.def))
2023-09-21T13:03:32.3867164Z (/usr/share/texlive/texmf-dist/tex/latex/threeparttable/threeparttable.sty)
2023-09-21T13:03:32.3867790Z Writing index file usersguide-3.8.1.dev0.idx
2023-09-21T13:03:32.3905217Z (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd)
2023-09-21T13:03:32.3922153Z (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def)
2023-09-21T13:03:32.4156475Z (./usersguide-3.8.1.dev0.aux)
2023-09-21T13:03:32.4172715Z (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
2023-09-21T13:03:32.4173549Z [Loading MPS to PDF converter (version 2006.09.02).]
2023-09-21T13:03:32.4236373Z ) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
2023-09-21T13:03:32.4294489Z (/usr/share/texlive/texmf-dist/tex/latex/grfext/grfext.sty)
2023-09-21T13:03:32.4353600Z (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg))
2023-09-21T13:03:32.4354446Z *geometry* driver: auto-detecting
2023-09-21T13:03:32.4354806Z *geometry* detected driver: pdftex
2023-09-21T13:03:32.4381667Z (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty
2023-09-21T13:03:32.4432836Z (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty)
2023-09-21T13:03:32.4523645Z (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty))
2023-09-21T13:03:32.4551182Z (/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd)
2023-09-21T13:03:32.4631242Z (/usr/share/texmf/tex/latex/tex-gyre/t1qhv.fd)<<ot1.cmap>><<oml.cmap>><<oms.cma
2023-09-21T13:03:32.4679335Z p>><<omx.cmap>> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd)
2023-09-21T13:03:32.4697174Z (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/var/lib/texmf/fo
2023-09-21T13:03:32.4766043Z nts/map/pdftex/updmap/pdftex.map} <./pytables-front-logo.pdf>] [2]
2023-09-21T13:03:32.4861524Z (./usersguide-3.8.1.dev0.toc) [1] [2] (./usersguide-3.8.1.dev0.lof) [1]
2023-09-21T13:03:32.4896230Z [2] (./usersguide-3.8.1.dev0.lot) [3]
2023-09-21T13:03:32.5158087Z (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) [4] [5] [6]
2023-09-21T13:03:32.5158490Z Chapter 1.
2023-09-21T13:03:32.5573246Z [7] [8] [9] (/usr/share/texlive/texmf-dist/tex/latex/txfonts/ts1txtt.fd)
2023-09-21T13:03:32.9327705Z [10] [11 <./objecttree-h5.png (PNG copy)>] [12 <./objecttree.png>] [13]
2023-09-21T13:03:33.3448316Z [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28 <./tu
2023-09-21T13:03:33.5538737Z torial1-1-tableview.png (PNG copy)>] [29] [30] [31] [32] [33] [34] [35]
2023-09-21T13:03:33.6386872Z [36] [37] [38]
2023-09-21T13:03:33.6387445Z Overfull \vbox (1.07962pt too high) detected at line 2702
2023-09-21T13:03:33.6725469Z [39] [40] [41 <./tutorial1-2-tableview.png (PNG copy)>] [42 <./tutorial1-genera
2023-09-21T13:03:33.7143960Z l.png (PNG copy)>] [43]
2023-09-21T13:03:33.7145128Z Underfull \vbox (badness 10000) detected at line 2914
2023-09-21T13:03:33.7145558Z 
2023-09-21T13:03:33.7145883Z Underfull \vbox (badness 10000) detected at line 2914
2023-09-21T13:03:33.9092152Z [44] [45] [46] [47 <./tutorial2-tableview.png (PNG copy)>] [48] [49] [50]
2023-09-21T13:03:33.9756552Z [51] [52]
2023-09-21T13:03:33.9772037Z Overfull \vbox (2.7787pt too high) detected at line 3529
2023-09-21T13:03:34.3364081Z [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67]
2023-09-21T13:03:34.5019623Z [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82]
2023-09-21T13:03:34.7053641Z [83] [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96] [97]
2023-09-21T13:03:34.9631684Z [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110]
2023-09-21T13:03:35.1616406Z [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122]
2023-09-21T13:03:35.1900997Z [123]
2023-09-21T13:03:35.1901524Z Overfull \vbox (2.7787pt too high) detected at line 11725
2023-09-21T13:03:35.3202357Z [124] [125] [126] [127] [128] [129] [130] [131]
2023-09-21T13:03:35.3203175Z Underfull \hbox (badness 10000) in paragraph at lines 12521--12523
2023-09-21T13:03:35.3203661Z []\T1/txtt/bx/n/10 class. \T1/qtm/m/n/10 (\T1/txtt/m/sl/10 The following are th
2023-09-21T13:03:35.3204239Z e public methods and attributes of the
2023-09-21T13:03:35.5422379Z [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143]
2023-09-21T13:03:35.7849071Z [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155]
2023-09-21T13:03:35.7962531Z [156]
2023-09-21T13:03:35.7963387Z Underfull \hbox (badness 5847) in paragraph at lines 15391--15394
2023-09-21T13:03:35.7964067Z []\T1/qtm/m/n/10 if not set (or set to None) the de-fault pol-icy is used (see 
2023-09-21T13:03:35.7964553Z [][]\T1/txtt/m/sl/10 HDF5ExtError.
2023-09-21T13:03:35.9294949Z [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168]
2023-09-21T13:03:36.0292551Z [169] [170] [171 <./create-chunksize-15GB.png>] [172 <./filesizes-chunksize-15G
2023-09-21T13:03:36.2923629Z B.png>] [173 <./seq-chunksize-15GB.png>] [174 <./random-chunksize-15GB.png>]
2023-09-21T13:03:36.4786917Z [175] [176 <./Q7-10m-noidx.png>] [177] [178 <./Q8-1g-noidx.png> <./inkernel-zli
2023-09-21T13:03:36.6352252Z b-blosc-blosc2.png>] [179 <./cratio-zlib-blosc-blosc2.png>] [180 <./inkernel-vs
2023-09-21T13:03:36.7713431Z -pandas.png>] [181] [182 <./create-index-time-int32-float64.png>] [183 <./index
2023-09-21T13:03:36.9429103Z es-sizes2.png>] [184 <./Q8-1g-idx-optlevels.png>] [185 <./Q8-1g-idx-compress.pn
2023-09-21T13:03:37.2644576Z g>] [186 <./Q8-1g-idx-SSD.png>] [187] [188 <./Q8-1g-idx-sorted.png>] [189]
2023-09-21T13:03:37.3770485Z [190 <./compressed-recordsize.png>] [191 <./compressed-recordsize-zlib.png>]
2023-09-21T13:03:37.5125894Z [192 <./compressed-writing.png>] [193 <./compressed-select-nocache.png>]
2023-09-21T13:03:37.6296205Z [194 <./compressed-select-cache.png>] [195 <./compressed-writing-zlib.png>]
2023-09-21T13:03:37.7102473Z [196 <./compressed-select-cache-zlib.png>] [197] [198 <./compressed-recordsize-
2023-09-21T13:03:37.8358740Z shuffle.png>] [199 <./compressed-writing-shuffle.png>] [200 <./compressed-selec
2023-09-21T13:03:37.9728212Z t-nocache-shuffle-only.png>] [201 <./compressed-select-cache-shuffle.png>]
2023-09-21T13:03:37.9728813Z 
2023-09-21T13:03:37.9729219Z Package tabulary Warning: No suitable columns! on input line 18298.
2023-09-21T13:03:37.9729709Z 
2023-09-21T13:03:37.9862097Z [202] [203] [204]
2023-09-21T13:03:37.9862400Z Chapter 2.
2023-09-21T13:03:38.0750734Z [205] [206] [207]
2023-09-21T13:03:38.0751245Z Overfull \vbox (0.63158pt too high) detected at line 18691
2023-09-21T13:03:38.0901214Z [208] [209] [210]
2023-09-21T13:03:38.0901539Z Chapter 3.
2023-09-21T13:03:38.1045600Z [211]
2023-09-21T13:03:38.1046597Z Underfull \hbox (badness 10000) in paragraph at lines 18894--18897
2023-09-21T13:03:38.1047273Z []|\T1/qhv/m/n/10 Python Coun-ter-
2023-09-21T13:03:38.1047553Z 
2023-09-21T13:03:38.1047981Z Underfull \hbox (badness 10000) in paragraph at lines 19066--19068
2023-09-21T13:03:38.1048587Z []|\T1/qtm/m/n/10 single-precision
2023-09-21T13:03:38.1048878Z 
2023-09-21T13:03:38.1049293Z Underfull \hbox (badness 10000) in paragraph at lines 19082--19084
2023-09-21T13:03:38.1049904Z []|\T1/qtm/m/n/10 double-precision
2023-09-21T13:03:38.1050171Z 
2023-09-21T13:03:38.1050570Z Underfull \hbox (badness 10000) in paragraph at lines 19103--19105
2023-09-21T13:03:38.1051207Z []|\T1/qtm/m/n/10 ex-tended pre-ci-sion
2023-09-21T13:03:38.1051491Z 
2023-09-21T13:03:38.1051902Z Underfull \hbox (badness 10000) in paragraph at lines 19119--19121
2023-09-21T13:03:38.1052535Z []|\T1/qtm/m/n/10 ex-tended pre-ci-sion
2023-09-21T13:03:38.1052800Z 
2023-09-21T13:03:38.1053206Z Underfull \hbox (badness 10000) in paragraph at lines 19135--19137
2023-09-21T13:03:38.1053818Z []|\T1/qtm/m/n/10 single-precision
2023-09-21T13:03:38.1054085Z 
2023-09-21T13:03:38.1054718Z Underfull \hbox (badness 10000) in paragraph at lines 19151--19153
2023-09-21T13:03:38.1055315Z []|\T1/qtm/m/n/10 double-precision
2023-09-21T13:03:38.1055583Z 
2023-09-21T13:03:38.1056062Z Underfull \hbox (badness 10000) in paragraph at lines 19167--19169
2023-09-21T13:03:38.1056686Z []|\T1/qtm/m/n/10 ex-tended pre-ci-sion
2023-09-21T13:03:38.1056966Z 
2023-09-21T13:03:38.1057372Z Underfull \hbox (badness 10000) in paragraph at lines 19183--19185
2023-09-21T13:03:38.1057984Z []|\T1/qtm/m/n/10 ex-tended pre-ci-sion
2023-09-21T13:03:38.1058264Z 
2023-09-21T13:03:38.1058667Z Underfull \hbox (badness 10000) in paragraph at lines 19199--19201
2023-09-21T13:03:38.1059279Z []|\T1/qtm/m/n/10 ar-bi-trary length
2023-09-21T13:03:38.1059555Z 
2023-09-21T13:03:38.1059964Z Underfull \hbox (badness 10000) in paragraph at lines 19234--19236
2023-09-21T13:03:38.1060544Z []|\T1/qtm/m/n/10 POSIX's struct
2023-09-21T13:03:38.3279641Z [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223]
2023-09-21T13:03:38.3280833Z Underfull \vbox (badness 10000) detected at line 20628
2023-09-21T13:03:38.3281192Z 
2023-09-21T13:03:38.3281437Z Underfull \vbox (badness 10000) detected at line 20628
2023-09-21T13:03:38.3599432Z [224]
2023-09-21T13:03:38.3600198Z Overfull \vbox (0.63158pt too high) detected at line 20687
2023-09-21T13:03:38.4961939Z [225] [226] [227] [228] [229] [230] [231] [232] [233] [234]
2023-09-21T13:03:38.5135503Z (./usersguide-3.8.1.dev0.ind [235] [236]
2023-09-21T13:03:38.5136240Z Underfull \hbox (badness 10000) in paragraph at lines 14--16
2023-09-21T13:03:38.5137039Z []\T1/txtt/m/n/10 __contains__() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.attrib
2023-09-21T13:03:38.5137562Z uteset.AttributeSet
2023-09-21T13:03:38.5137818Z 
2023-09-21T13:03:38.5138228Z Underfull \hbox (badness 10000) in paragraph at lines 30--31
2023-09-21T13:03:38.5139000Z []\T1/txtt/m/n/10 __getitem__() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.tableex
2023-09-21T13:03:38.5139542Z tension.Row method\T1/qtm/m/n/10 ),
2023-09-21T13:03:38.5139838Z 
2023-09-21T13:03:38.5140240Z Underfull \hbox (badness 10000) in paragraph at lines 53--54
2023-09-21T13:03:38.5141020Z []\T1/txtt/m/n/10 __setitem__() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.tableex
2023-09-21T13:03:38.5141562Z tension.Row method\T1/qtm/m/n/10 ),
2023-09-21T13:03:38.5141839Z 
2023-09-21T13:03:38.5142237Z Underfull \hbox (badness 10000) in paragraph at lines 82--84
2023-09-21T13:03:38.5143031Z []\T1/txtt/m/n/10 _v_attrnames \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.attribut
2023-09-21T13:03:38.5143543Z eset.AttributeSet at-
2023-09-21T13:03:38.5143801Z 
2023-09-21T13:03:38.5144200Z Underfull \hbox (badness 6493) in paragraph at lines 84--86
2023-09-21T13:03:38.5146895Z []\T1/txtt/m/n/10 _v_attrnamessys \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.attri
2023-09-21T13:03:38.5147670Z buteset.AttributeSet at-
2023-09-21T13:03:38.5304487Z [237]
2023-09-21T13:03:38.5305234Z Underfull \hbox (badness 10000) in paragraph at lines 177--178
2023-09-21T13:03:38.5305869Z []\T1/txtt/m/n/10 close() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.filenod
2023-09-21T13:03:38.5306280Z e.RAFileNode method\T1/qtm/m/n/10 ),
2023-09-21T13:03:38.5306551Z 
2023-09-21T13:03:38.5306856Z Underfull \hbox (badness 10000) in paragraph at lines 178--179
2023-09-21T13:03:38.5307461Z []\T1/txtt/m/n/10 close() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.filenod
2023-09-21T13:03:38.5307836Z e.RawPyTablesIO
2023-09-21T13:03:38.5307994Z 
2023-09-21T13:03:38.5309157Z Underfull \hbox (badness 10000) in paragraph at lines 179--180
2023-09-21T13:03:38.5309763Z []\T1/txtt/m/n/10 close() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.filenod
2023-09-21T13:03:38.5310175Z e.ROFileNode method\T1/qtm/m/n/10 ),
2023-09-21T13:03:38.5469098Z [238]
2023-09-21T13:03:38.5469741Z Underfull \hbox (badness 10000) in paragraph at lines 228--230
2023-09-21T13:03:38.5470230Z []\T1/txtt/m/n/10 DEFAULT_H5_BACKTRACE_POLICY \T1/qtm/m/n/10 (\T1/qtm/m/it/10 t
2023-09-21T13:03:38.5470602Z a-
2023-09-21T13:03:38.5470731Z 
2023-09-21T13:03:38.5471049Z Underfull \hbox (badness 10000) in paragraph at lines 241--243
2023-09-21T13:03:38.5471520Z []\T1/txtt/m/n/10 DRIVER_CORE_BACKING_STORE \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in 
2023-09-21T13:03:38.5471925Z mod-ule ta-
2023-09-21T13:03:38.5472086Z 
2023-09-21T13:03:38.5472368Z Underfull \hbox (badness 10000) in paragraph at lines 244--245
2023-09-21T13:03:38.5472834Z []\T1/txtt/m/n/10 DRIVER_CORE_INCREMENT \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in mod-
2023-09-21T13:03:38.5473186Z ule ta-
2023-09-21T13:03:38.5473682Z 
2023-09-21T13:03:38.5473993Z Underfull \hbox (badness 10000) in paragraph at lines 245--246
2023-09-21T13:03:38.5474448Z []\T1/txtt/m/n/10 DRIVER_DIRECT_ALIGNMENT \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in mo
2023-09-21T13:03:38.5474837Z d-ule ta-
2023-09-21T13:03:38.5474993Z 
2023-09-21T13:03:38.5475287Z Underfull \hbox (badness 10000) in paragraph at lines 246--248
2023-09-21T13:03:38.5475730Z []\T1/txtt/m/n/10 DRIVER_DIRECT_BLOCK_SIZE \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in m
2023-09-21T13:03:38.5476111Z od-ule ta-
2023-09-21T13:03:38.5476672Z 
2023-09-21T13:03:38.5477266Z Underfull \hbox (badness 10000) in paragraph at lines 248--250
2023-09-21T13:03:38.5477741Z []\T1/txtt/m/n/10 DRIVER_DIRECT_CBUF_SIZE \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in mo
2023-09-21T13:03:38.5478334Z d-ule ta-
2023-09-21T13:03:38.5478488Z 
2023-09-21T13:03:38.5478783Z Underfull \hbox (badness 10000) in paragraph at lines 250--251
2023-09-21T13:03:38.5479251Z []\T1/txtt/m/n/10 DRIVER_SPLIT_META_EXT \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in mod-
2023-09-21T13:03:38.5479586Z ule ta-
2023-09-21T13:03:38.5479733Z 
2023-09-21T13:03:38.5480030Z Underfull \hbox (badness 10000) in paragraph at lines 290--291
2023-09-21T13:03:38.5480595Z []\T1/txtt/m/n/10 fetch_all_fields() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.ta
2023-09-21T13:03:38.5480965Z bleextension.Row
2023-09-21T13:03:38.5637320Z [239]
2023-09-21T13:03:38.5638389Z Underfull \hbox (badness 10000) in paragraph at lines 296--297
2023-09-21T13:03:38.5639486Z []\T1/txtt/m/n/10 fileno() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.fileno
2023-09-21T13:03:38.5640158Z de.RawPyTablesIO
2023-09-21T13:03:38.5640508Z 
2023-09-21T13:03:38.5641046Z Underfull \hbox (badness 10000) in paragraph at lines 315--316
2023-09-21T13:03:38.5642086Z []\T1/txtt/m/n/10 flush() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.filenod
2023-09-21T13:03:38.5642807Z e.RAFileNode method\T1/qtm/m/n/10 ),
2023-09-21T13:03:38.5643153Z 
2023-09-21T13:03:38.5643675Z Underfull \hbox (badness 10000) in paragraph at lines 316--317
2023-09-21T13:03:38.5644687Z []\T1/txtt/m/n/10 flush() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.filenod
2023-09-21T13:03:38.5645322Z e.RawPyTablesIO
2023-09-21T13:03:38.5645618Z 
2023-09-21T13:03:38.5646122Z Underfull \hbox (badness 10000) in paragraph at lines 317--318
2023-09-21T13:03:38.5647129Z []\T1/txtt/m/n/10 flush() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.filenod
2023-09-21T13:03:38.5647831Z e.ROFileNode method\T1/qtm/m/n/10 ),
2023-09-21T13:03:38.5648191Z 
2023-09-21T13:03:38.5648722Z Underfull \hbox (badness 10000) in paragraph at lines 319--320
2023-09-21T13:03:38.5649700Z []\T1/txtt/m/n/10 format_h5_backtrace() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles
2023-09-21T13:03:38.5650317Z .HDF5ExtError
2023-09-21T13:03:38.5794958Z [240]
2023-09-21T13:03:38.5795538Z Underfull \hbox (badness 5119) in paragraph at lines 426--427
2023-09-21T13:03:38.5796134Z []\T1/txtt/m/n/10 mode \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.filenode.R
2023-09-21T13:03:38.5796638Z awPyTablesIO at-tribute\T1/qtm/m/n/10 ),
2023-09-21T13:03:38.5796857Z 
2023-09-21T13:03:38.5797157Z Underfull \hbox (badness 10000) in paragraph at lines 495--497
2023-09-21T13:03:38.5797662Z []\T1/txtt/m/n/10 read_from_filenode() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in mod-u
2023-09-21T13:03:38.5798012Z le ta-
2023-09-21T13:03:38.5798195Z 
2023-09-21T13:03:38.5798497Z Underfull \hbox (badness 10000) in paragraph at lines 501--502
2023-09-21T13:03:38.5799062Z []\T1/txtt/m/n/10 readable() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:38.5799430Z node.RAFileNode
2023-09-21T13:03:38.5949582Z [241]
2023-09-21T13:03:38.5950419Z Underfull \hbox (badness 10000) in paragraph at lines 502--503
2023-09-21T13:03:38.5951224Z []\T1/txtt/m/n/10 readable() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:38.5951806Z node.RawPyTablesIO
2023-09-21T13:03:38.5952056Z 
2023-09-21T13:03:38.5952468Z Underfull \hbox (badness 10000) in paragraph at lines 503--504
2023-09-21T13:03:38.5953242Z []\T1/txtt/m/n/10 readable() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:38.5953750Z node.ROFileNode
2023-09-21T13:03:38.5953980Z 
2023-09-21T13:03:38.5954391Z Underfull \hbox (badness 10000) in paragraph at lines 504--505
2023-09-21T13:03:38.5955181Z []\T1/txtt/m/n/10 readinto() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:38.5955676Z node.RawPyTablesIO
2023-09-21T13:03:38.5955917Z 
2023-09-21T13:03:38.5956322Z Underfull \hbox (badness 10000) in paragraph at lines 505--506
2023-09-21T13:03:38.5957629Z []\T1/txtt/m/n/10 readline() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:38.5958124Z node.RAFileNode
2023-09-21T13:03:38.5958353Z 
2023-09-21T13:03:38.5958767Z Underfull \hbox (badness 10000) in paragraph at lines 506--507
2023-09-21T13:03:38.5959772Z []\T1/txtt/m/n/10 readline() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:38.5960282Z node.RawPyTablesIO
2023-09-21T13:03:38.5960509Z 
2023-09-21T13:03:38.5960916Z Underfull \hbox (badness 10000) in paragraph at lines 507--508
2023-09-21T13:03:38.5961706Z []\T1/txtt/m/n/10 readline() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:38.5962200Z node.ROFileNode
2023-09-21T13:03:38.5962430Z 
2023-09-21T13:03:38.5962817Z Underfull \hbox (badness 10000) in paragraph at lines 508--509
2023-09-21T13:03:38.5963601Z []\T1/txtt/m/n/10 readlines() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.fil
2023-09-21T13:03:38.5964111Z enode.RAFileNode
2023-09-21T13:03:38.5964343Z 
2023-09-21T13:03:38.5964755Z Underfull \hbox (badness 10000) in paragraph at lines 509--510
2023-09-21T13:03:38.5965533Z []\T1/txtt/m/n/10 readlines() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.fil
2023-09-21T13:03:38.5966033Z enode.ROFileNode
2023-09-21T13:03:38.5966275Z 
2023-09-21T13:03:38.5966874Z Underfull \hbox (badness 10000) in paragraph at lines 540--541
2023-09-21T13:03:38.5967651Z []\T1/txtt/m/n/10 seekable() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:38.5968147Z node.RAFileNode
2023-09-21T13:03:38.5968375Z 
2023-09-21T13:03:38.5968780Z Underfull \hbox (badness 10000) in paragraph at lines 541--542
2023-09-21T13:03:38.5969562Z []\T1/txtt/m/n/10 seekable() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:38.5970061Z node.RawPyTablesIO
2023-09-21T13:03:38.5970305Z 
2023-09-21T13:03:38.5970711Z Underfull \hbox (badness 10000) in paragraph at lines 542--543
2023-09-21T13:03:38.5971494Z []\T1/txtt/m/n/10 seekable() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:38.5971971Z node.ROFileNode
2023-09-21T13:03:38.5972211Z 
2023-09-21T13:03:38.5972618Z Underfull \hbox (badness 10000) in paragraph at lines 592--593
2023-09-21T13:03:38.5974063Z []\T1/txtt/m/n/10 truncate() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:38.5974610Z node.RAFileNode
2023-09-21T13:03:38.5974824Z 
2023-09-21T13:03:38.5975269Z Underfull \hbox (badness 10000) in paragraph at lines 593--594
2023-09-21T13:03:38.5976053Z []\T1/txtt/m/n/10 truncate() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:38.5976571Z node.RawPyTablesIO
2023-09-21T13:03:38.6037584Z [242]
2023-09-21T13:03:38.6038204Z Underfull \hbox (badness 10000) in paragraph at lines 633--634
2023-09-21T13:03:38.6038808Z []\T1/txtt/m/n/10 writable() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:38.6039187Z node.RAFileNode
2023-09-21T13:03:38.6039345Z 
2023-09-21T13:03:38.6039649Z Underfull \hbox (badness 10000) in paragraph at lines 634--635
2023-09-21T13:03:38.6040245Z []\T1/txtt/m/n/10 writable() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:38.6040632Z node.RawPyTablesIO
2023-09-21T13:03:38.6040814Z 
2023-09-21T13:03:38.6041096Z Underfull \hbox (badness 10000) in paragraph at lines 635--636
2023-09-21T13:03:38.6041685Z []\T1/txtt/m/n/10 writable() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:38.6042047Z node.ROFileNode
2023-09-21T13:03:38.6042219Z 
2023-09-21T13:03:38.6042513Z Underfull \hbox (badness 10000) in paragraph at lines 636--637
2023-09-21T13:03:38.6043073Z []\T1/txtt/m/n/10 write() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.filenod
2023-09-21T13:03:38.6043484Z e.RAFileNode method\T1/qtm/m/n/10 ),
2023-09-21T13:03:38.6043691Z 
2023-09-21T13:03:38.6043988Z Underfull \hbox (badness 10000) in paragraph at lines 637--638
2023-09-21T13:03:38.6044679Z []\T1/txtt/m/n/10 write() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.filenod
2023-09-21T13:03:38.6045054Z e.RawPyTablesIO
2023-09-21T13:03:38.6045224Z 
2023-09-21T13:03:38.6046068Z Underfull \hbox (badness 10000) in paragraph at lines 638--639
2023-09-21T13:03:38.6046669Z []\T1/txtt/m/n/10 writelines() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.fi
2023-09-21T13:03:38.6047030Z lenode.RAFileNode
2023-09-21T13:03:38.6586081Z [243]) (./usersguide-3.8.1.dev0.aux) )
2023-09-21T13:03:38.6586931Z (see the transcript file for additional information){/usr/share/texmf/fonts/enc
2023-09-21T13:03:38.6588003Z /dvips/tex-gyre/q-ec.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/base/8r
2023-09-21T13:03:38.6593281Z .enc}{/usr/share/texmf/fonts/enc/dvips/tex-gyre/q-ts1.enc}</usr/share/texlive/t
2023-09-21T13:03:38.6603022Z exmf-dist/fonts/type1/public/amsfonts/cm/cmmi5.pfb></usr/share/texlive/texmf-di
2023-09-21T13:03:38.6612342Z st/fonts/type1/public/amsfonts/cm/cmsy5.pfb></usr/share/texlive/texmf-dist/font
2023-09-21T13:03:38.6620177Z s/type1/public/amsfonts/symbols/msbm10.pfb></usr/share/texmf/fonts/type1/public
2023-09-21T13:03:38.6689629Z /tex-gyre/qhvb.pfb></usr/share/texmf/fonts/type1/public/tex-gyre/qhvbi.pfb></us
2023-09-21T13:03:38.6725771Z r/share/texmf/fonts/type1/public/tex-gyre/qhvr.pfb></usr/share/texmf/fonts/type
2023-09-21T13:03:38.6770729Z 1/public/tex-gyre/qtmb.pfb></usr/share/texmf/fonts/type1/public/tex-gyre/qtmbi.
2023-09-21T13:03:38.6853757Z pfb></usr/share/texmf/fonts/type1/public/tex-gyre/qtmr.pfb></usr/share/texmf/fo
2023-09-21T13:03:38.6896225Z nts/type1/public/tex-gyre/qtmri.pfb></usr/share/texlive/texmf-dist/fonts/type1/
2023-09-21T13:03:38.6906528Z public/txfonts/t1xbtt.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/txf
2023-09-21T13:03:38.6916341Z onts/t1xbtt.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/txfonts/t1xtt
2023-09-21T13:03:38.6941846Z .pfb></usr/share/texlive/texmf-dist/fonts/type1/public/txfonts/t1xtt.pfb></usr/
2023-09-21T13:03:38.6948049Z share/texlive/texmf-dist/fonts/type1/public/txfonts/tcxbtt.pfb></usr/share/texl
2023-09-21T13:03:38.6954114Z ive/texmf-dist/fonts/type1/public/txfonts/tcxtt.pfb></usr/share/texlive/texmf-d
2023-09-21T13:03:38.7083124Z ist/fonts/type1/urw/times/utmr8a.pfb>
2023-09-21T13:03:38.7083877Z Output written on usersguide-3.8.1.dev0.pdf (247 pages, 2826757 bytes).
2023-09-21T13:03:38.7084429Z Transcript written on usersguide-3.8.1.dev0.log.
2023-09-21T13:03:38.8360531Z Latexmk: Index file 'usersguide-3.8.1.dev0.idx' was written
2023-09-21T13:03:38.8946494Z Latexmk: Log file says output to 'usersguide-3.8.1.dev0.pdf'
2023-09-21T13:03:38.9113294Z Rule 'pdflatex': File changes, etc:
2023-09-21T13:03:38.9114026Z    Changed files, or newly in use since previous run(s):
2023-09-21T13:03:38.9114788Z       'usersguide-3.8.1.dev0.aux'
2023-09-21T13:03:38.9115420Z       'usersguide-3.8.1.dev0.lof'
2023-09-21T13:03:38.9116057Z       'usersguide-3.8.1.dev0.lot'
2023-09-21T13:03:38.9116675Z       'usersguide-3.8.1.dev0.toc'
2023-09-21T13:03:38.9117165Z ------------
2023-09-21T13:03:38.9117724Z Run number 3 of rule 'pdflatex'
2023-09-21T13:03:38.9118235Z ------------
2023-09-21T13:03:38.9140994Z ------------
2023-09-21T13:03:38.9141494Z Latexmk: Examining 'usersguide-3.8.1.dev0.log'
2023-09-21T13:03:38.9142050Z Running 'pdflatex   -recorder  "usersguide-3.8.1.dev0.tex"'
2023-09-21T13:03:38.9142433Z ------------
2023-09-21T13:03:38.9142747Z === TeX engine is 'pdfTeX'
2023-09-21T13:03:38.9143163Z Latexmk: applying rule 'pdflatex'...
2023-09-21T13:03:38.9324491Z This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2022/dev/Debian) (preloaded format=pdflatex)
2023-09-21T13:03:38.9325082Z  restricted \write18 enabled.
2023-09-21T13:03:38.9744580Z entering extended mode
2023-09-21T13:03:38.9745709Z (./usersguide-3.8.1.dev0.tex
2023-09-21T13:03:38.9746221Z LaTeX2e <2021-11-15> patch level 1
2023-09-21T13:03:38.9812793Z L3 programming layer <2022-01-21> (./sphinxmanual.cls
2023-09-21T13:03:38.9813421Z Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual)
2023-09-21T13:03:38.9830724Z (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls
2023-09-21T13:03:38.9831325Z Document Class: report 2021/10/04 v1.4n Standard LaTeX document class
2023-09-21T13:03:38.9903256Z (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo)))
2023-09-21T13:03:38.9934943Z (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty)
2023-09-21T13:03:38.9966132Z (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty)
2023-09-21T13:03:39.0020573Z (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty<<t1.cmap>>)
2023-09-21T13:03:39.0058596Z (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty
2023-09-21T13:03:39.0059283Z For additional information on amsmath, use the `?' option.
2023-09-21T13:03:39.0085875Z (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty
2023-09-21T13:03:39.0121419Z (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty))
2023-09-21T13:03:39.0162081Z (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty)
2023-09-21T13:03:39.0254718Z (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty))
2023-09-21T13:03:39.0283225Z (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty
2023-09-21T13:03:39.0360758Z (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty))
2023-09-21T13:03:39.0429840Z (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty
2023-09-21T13:03:39.0509127Z (/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def)
2023-09-21T13:03:39.0555522Z (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf))
2023-09-21T13:03:39.0582856Z (/usr/share/texmf/tex/latex/tex-gyre/tgtermes.sty
2023-09-21T13:03:39.0610435Z (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty
2023-09-21T13:03:39.0644312Z (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty)
2023-09-21T13:03:39.0682444Z (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty)
2023-09-21T13:03:39.0731845Z (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty)))
2023-09-21T13:03:39.0769767Z (/usr/share/texmf/tex/latex/tex-gyre/tgheros.sty)
2023-09-21T13:03:39.0834919Z (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty
2023-09-21T13:03:39.0856533Z (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty
2023-09-21T13:03:39.0874970Z (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg)
2023-09-21T13:03:39.1025652Z (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def))
2023-09-21T13:03:39.1077794Z (./sphinxoptionshyperref.sty) (./sphinxoptionsgeometry.sty)
2023-09-21T13:03:39.1118140Z (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty)
2023-09-21T13:03:39.1152012Z (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty)
2023-09-21T13:03:39.1187582Z (/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty)
2023-09-21T13:03:39.1217022Z (/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty)
2023-09-21T13:03:39.1260413Z (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty)
2023-09-21T13:03:39.1294201Z (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
2023-09-21T13:03:39.1320145Z (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
2023-09-21T13:03:39.1338685Z (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty)
2023-09-21T13:03:39.1360987Z (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)))
2023-09-21T13:03:39.1429162Z (./sphinxlatexgraphics.sty) (./sphinxpackageboxes.sty
2023-09-21T13:03:39.1445550Z (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.sty
2023-09-21T13:03:39.1457335Z (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.cfg)
2023-09-21T13:03:39.1516845Z (/usr/share/texlive/texmf-dist/tex/latex/pict2e/p2e-pdftex.def))
2023-09-21T13:03:39.1546345Z (/usr/share/texlive/texmf-dist/tex/latex/ellipse/ellipse.sty))
2023-09-21T13:03:39.1580765Z (./sphinxlatexadmonitions.sty
2023-09-21T13:03:39.1601982Z (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty))
2023-09-21T13:03:39.1643094Z (./sphinxlatexliterals.sty
2023-09-21T13:03:39.1704004Z (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty)
2023-09-21T13:03:39.1733719Z (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty)
2023-09-21T13:03:39.1770168Z (/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty)
2023-09-21T13:03:39.1793030Z (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty))
2023-09-21T13:03:39.1834100Z (./sphinxlatexshadowbox.sty) (./sphinxlatexcontainers.sty)
2023-09-21T13:03:39.1872683Z (./sphinxhighlight.sty) (./sphinxlatextables.sty
2023-09-21T13:03:39.1899608Z (/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty
2023-09-21T13:03:39.1947040Z (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty))
2023-09-21T13:03:39.1983766Z (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty)
2023-09-21T13:03:39.2027128Z (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty)
2023-09-21T13:03:39.2094833Z (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty)
2023-09-21T13:03:39.2108557Z (/usr/share/texlive/texmf-dist/tex/latex/booktabs/booktabs.sty))
2023-09-21T13:03:39.2149887Z (./sphinxlatexnumfig.sty) (./sphinxlatexlists.sty) (./sphinxpackagefootnote.sty
2023-09-21T13:03:39.2202329Z ) (./sphinxlatexindbibtoc.sty
2023-09-21T13:03:39.2212940Z (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty))
2023-09-21T13:03:39.2246811Z (./sphinxlatexstylepage.sty
2023-09-21T13:03:39.2247417Z (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty
2023-09-21T13:03:39.2280664Z (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip-2001-04-09.sty))
2023-09-21T13:03:39.2310241Z (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty))
2023-09-21T13:03:39.2338933Z (./sphinxlatexstyleheadings.sty
2023-09-21T13:03:39.2388705Z (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty))
2023-09-21T13:03:39.2450067Z (./sphinxlatexstyletext.sty) (./sphinxlatexobjects.sty))
2023-09-21T13:03:39.2486009Z (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty
2023-09-21T13:03:39.2514708Z (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty
2023-09-21T13:03:39.2591254Z (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty)))
2023-09-21T13:03:39.2635025Z (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty
2023-09-21T13:03:39.2669041Z (/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty
2023-09-21T13:03:39.2741112Z (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty))
2023-09-21T13:03:39.2776037Z (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty)
2023-09-21T13:03:39.2822115Z (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty)
2023-09-21T13:03:39.2864162Z (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty)
2023-09-21T13:03:39.2895929Z (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty)
2023-09-21T13:03:39.2922825Z (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty)
2023-09-21T13:03:39.2970769Z (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def)
2023-09-21T13:03:39.3024287Z (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def)
2023-09-21T13:03:39.3046644Z (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty)
2023-09-21T13:03:39.3083865Z (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty)
2023-09-21T13:03:39.3319165Z (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def)
2023-09-21T13:03:39.3360953Z (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty)
2023-09-21T13:03:39.3405475Z (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty
2023-09-21T13:03:39.3497750Z (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty))
2023-09-21T13:03:39.3549849Z (/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty))
2023-09-21T13:03:39.3590876Z (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def
2023-09-21T13:03:39.3643545Z (/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty)
2023-09-21T13:03:39.3726686Z (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty
2023-09-21T13:03:39.3786511Z (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty)))
2023-09-21T13:03:39.3816511Z (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty)
2023-09-21T13:03:39.3847998Z (./sphinxmessages.sty)
2023-09-21T13:03:39.3902295Z (/usr/share/texlive/texmf-dist/tex/latex/bookmark/bookmark.sty
2023-09-21T13:03:39.3960484Z (/usr/share/texlive/texmf-dist/tex/latex/bookmark/bkm-pdftex.def))
2023-09-21T13:03:39.4079225Z (/usr/share/texlive/texmf-dist/tex/latex/threeparttable/threeparttable.sty)
2023-09-21T13:03:39.4079966Z Writing index file usersguide-3.8.1.dev0.idx
2023-09-21T13:03:39.4116271Z (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd)
2023-09-21T13:03:39.4133288Z (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def)
2023-09-21T13:03:39.4366631Z (./usersguide-3.8.1.dev0.aux)
2023-09-21T13:03:39.4382460Z (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
2023-09-21T13:03:39.4383246Z [Loading MPS to PDF converter (version 2006.09.02).]
2023-09-21T13:03:39.4449095Z ) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
2023-09-21T13:03:39.4507545Z (/usr/share/texlive/texmf-dist/tex/latex/grfext/grfext.sty)
2023-09-21T13:03:39.4562894Z (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg))
2023-09-21T13:03:39.4563411Z *geometry* driver: auto-detecting
2023-09-21T13:03:39.4563747Z *geometry* detected driver: pdftex
2023-09-21T13:03:39.4589804Z (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty
2023-09-21T13:03:39.4642884Z (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty)
2023-09-21T13:03:39.4732891Z (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty))
2023-09-21T13:03:39.4761215Z (/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd)
2023-09-21T13:03:39.4840972Z (/usr/share/texmf/tex/latex/tex-gyre/t1qhv.fd)<<ot1.cmap>><<oml.cmap>><<oms.cma
2023-09-21T13:03:39.4888893Z p>><<omx.cmap>> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd)
2023-09-21T13:03:39.4907057Z (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/var/lib/texmf/fo
2023-09-21T13:03:39.4976125Z nts/map/pdftex/updmap/pdftex.map} <./pytables-front-logo.pdf>] [2]
2023-09-21T13:03:39.5076282Z (./usersguide-3.8.1.dev0.toc) [1] [2] (./usersguide-3.8.1.dev0.lof) [1]
2023-09-21T13:03:39.5108975Z [2] (./usersguide-3.8.1.dev0.lot) [3]
2023-09-21T13:03:39.5378276Z (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) [4] [5] [6]
2023-09-21T13:03:39.5378784Z Chapter 1.
2023-09-21T13:03:39.5788668Z [7] [8] [9] (/usr/share/texlive/texmf-dist/tex/latex/txfonts/ts1txtt.fd)
2023-09-21T13:03:39.9601230Z [10] [11 <./objecttree-h5.png (PNG copy)>] [12 <./objecttree.png>] [13]
2023-09-21T13:03:40.3715621Z [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28 <./tu
2023-09-21T13:03:40.5809868Z torial1-1-tableview.png (PNG copy)>] [29] [30] [31] [32] [33] [34] [35]
2023-09-21T13:03:40.6668531Z [36] [37] [38]
2023-09-21T13:03:40.6671818Z Overfull \vbox (1.07962pt too high) detected at line 2702
2023-09-21T13:03:40.7012002Z [39] [40] [41 <./tutorial1-2-tableview.png (PNG copy)>] [42 <./tutorial1-genera
2023-09-21T13:03:40.7432184Z l.png (PNG copy)>] [43]
2023-09-21T13:03:40.7437625Z Underfull \vbox (badness 10000) detected at line 2914
2023-09-21T13:03:40.7441610Z 
2023-09-21T13:03:40.7442324Z Underfull \vbox (badness 10000) detected at line 2914
2023-09-21T13:03:40.9392556Z [44] [45] [46] [47 <./tutorial2-tableview.png (PNG copy)>] [48] [49] [50]
2023-09-21T13:03:41.0056420Z [51] [52]
2023-09-21T13:03:41.0057857Z Overfull \vbox (2.7787pt too high) detected at line 3529
2023-09-21T13:03:41.3682922Z [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67]
2023-09-21T13:03:41.5340511Z [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82]
2023-09-21T13:03:41.7373007Z [83] [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96] [97]
2023-09-21T13:03:41.9957756Z [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110]
2023-09-21T13:03:42.1949268Z [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122]
2023-09-21T13:03:42.2232460Z [123]
2023-09-21T13:03:42.2233585Z Overfull \vbox (2.7787pt too high) detected at line 11725
2023-09-21T13:03:42.3543355Z [124] [125] [126] [127] [128] [129] [130] [131]
2023-09-21T13:03:42.3545457Z Underfull \hbox (badness 10000) in paragraph at lines 12521--12523
2023-09-21T13:03:42.3546551Z []\T1/txtt/bx/n/10 class. \T1/qtm/m/n/10 (\T1/txtt/m/sl/10 The following are th
2023-09-21T13:03:42.3547835Z e public methods and attributes of the
2023-09-21T13:03:42.5752855Z [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143]
2023-09-21T13:03:42.8154262Z [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155]
2023-09-21T13:03:42.8261300Z [156]
2023-09-21T13:03:42.8262342Z Underfull \hbox (badness 5847) in paragraph at lines 15391--15394
2023-09-21T13:03:42.8263146Z []\T1/qtm/m/n/10 if not set (or set to None) the de-fault pol-icy is used (see 
2023-09-21T13:03:42.8263662Z [][]\T1/txtt/m/sl/10 HDF5ExtError.
2023-09-21T13:03:42.9587690Z [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168]
2023-09-21T13:03:43.0581351Z [169] [170] [171 <./create-chunksize-15GB.png>] [172 <./filesizes-chunksize-15G
2023-09-21T13:03:43.3197929Z B.png>] [173 <./seq-chunksize-15GB.png>] [174 <./random-chunksize-15GB.png>]
2023-09-21T13:03:43.5107019Z [175] [176 <./Q7-10m-noidx.png>] [177] [178 <./Q8-1g-noidx.png> <./inkernel-zli
2023-09-21T13:03:43.6641298Z b-blosc-blosc2.png>] [179 <./cratio-zlib-blosc-blosc2.png>] [180 <./inkernel-vs
2023-09-21T13:03:43.8007065Z -pandas.png>] [181] [182 <./create-index-time-int32-float64.png>] [183 <./index
2023-09-21T13:03:43.9710482Z es-sizes2.png>] [184 <./Q8-1g-idx-optlevels.png>] [185 <./Q8-1g-idx-compress.pn
2023-09-21T13:03:44.2922822Z g>] [186 <./Q8-1g-idx-SSD.png>] [187] [188 <./Q8-1g-idx-sorted.png>] [189]
2023-09-21T13:03:44.4047751Z [190 <./compressed-recordsize.png>] [191 <./compressed-recordsize-zlib.png>]
2023-09-21T13:03:44.5399606Z [192 <./compressed-writing.png>] [193 <./compressed-select-nocache.png>]
2023-09-21T13:03:44.6569883Z [194 <./compressed-select-cache.png>] [195 <./compressed-writing-zlib.png>]
2023-09-21T13:03:44.7373558Z [196 <./compressed-select-cache-zlib.png>] [197] [198 <./compressed-recordsize-
2023-09-21T13:03:44.8627953Z shuffle.png>] [199 <./compressed-writing-shuffle.png>] [200 <./compressed-selec
2023-09-21T13:03:44.9995500Z t-nocache-shuffle-only.png>] [201 <./compressed-select-cache-shuffle.png>]
2023-09-21T13:03:44.9996848Z 
2023-09-21T13:03:44.9998291Z Package tabulary Warning: No suitable columns! on input line 18298.
2023-09-21T13:03:44.9999186Z 
2023-09-21T13:03:45.0130036Z [202] [203] [204]
2023-09-21T13:03:45.0130713Z Chapter 2.
2023-09-21T13:03:45.1019892Z [205] [206] [207]
2023-09-21T13:03:45.1021319Z Overfull \vbox (0.63158pt too high) detected at line 18691
2023-09-21T13:03:45.1170446Z [208] [209] [210]
2023-09-21T13:03:45.1171535Z Chapter 3.
2023-09-21T13:03:45.1315177Z [211]
2023-09-21T13:03:45.1316432Z Underfull \hbox (badness 10000) in paragraph at lines 18894--18897
2023-09-21T13:03:45.1317480Z []|\T1/qhv/m/n/10 Python Coun-ter-
2023-09-21T13:03:45.1317941Z 
2023-09-21T13:03:45.1318749Z Underfull \hbox (badness 10000) in paragraph at lines 19066--19068
2023-09-21T13:03:45.1319517Z []|\T1/qtm/m/n/10 single-precision
2023-09-21T13:03:45.1320185Z 
2023-09-21T13:03:45.1320717Z Underfull \hbox (badness 10000) in paragraph at lines 19082--19084
2023-09-21T13:03:45.1321651Z []|\T1/qtm/m/n/10 double-precision
2023-09-21T13:03:45.1322073Z 
2023-09-21T13:03:45.1322823Z Underfull \hbox (badness 10000) in paragraph at lines 19103--19105
2023-09-21T13:03:45.1323521Z []|\T1/qtm/m/n/10 ex-tended pre-ci-sion
2023-09-21T13:03:45.1324161Z 
2023-09-21T13:03:45.1324681Z Underfull \hbox (badness 10000) in paragraph at lines 19119--19121
2023-09-21T13:03:45.1325597Z []|\T1/qtm/m/n/10 ex-tended pre-ci-sion
2023-09-21T13:03:45.1326028Z 
2023-09-21T13:03:45.1326770Z Underfull \hbox (badness 10000) in paragraph at lines 19135--19137
2023-09-21T13:03:45.1327448Z []|\T1/qtm/m/n/10 single-precision
2023-09-21T13:03:45.1328090Z 
2023-09-21T13:03:45.1328600Z Underfull \hbox (badness 10000) in paragraph at lines 19151--19153
2023-09-21T13:03:45.1329898Z []|\T1/qtm/m/n/10 double-precision
2023-09-21T13:03:45.1330363Z 
2023-09-21T13:03:45.1331133Z Underfull \hbox (badness 10000) in paragraph at lines 19167--19169
2023-09-21T13:03:45.1332612Z []|\T1/qtm/m/n/10 ex-tended pre-ci-sion
2023-09-21T13:03:45.1333037Z 
2023-09-21T13:03:45.1333329Z Underfull \hbox (badness 10000) in paragraph at lines 19183--19185
2023-09-21T13:03:45.1333782Z []|\T1/qtm/m/n/10 ex-tended pre-ci-sion
2023-09-21T13:03:45.1333991Z 
2023-09-21T13:03:45.1334289Z Underfull \hbox (badness 10000) in paragraph at lines 19199--19201
2023-09-21T13:03:45.1334737Z []|\T1/qtm/m/n/10 ar-bi-trary length
2023-09-21T13:03:45.1334939Z 
2023-09-21T13:03:45.1335223Z Underfull \hbox (badness 10000) in paragraph at lines 19234--19236
2023-09-21T13:03:45.1335657Z []|\T1/qtm/m/n/10 POSIX's struct
2023-09-21T13:03:45.3550768Z [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223]
2023-09-21T13:03:45.3552095Z Underfull \vbox (badness 10000) detected at line 20628
2023-09-21T13:03:45.3552872Z 
2023-09-21T13:03:45.3553320Z Underfull \vbox (badness 10000) detected at line 20628
2023-09-21T13:03:45.3867050Z [224]
2023-09-21T13:03:45.3868075Z Overfull \vbox (0.63158pt too high) detected at line 20687
2023-09-21T13:03:45.5230747Z [225] [226] [227] [228] [229] [230] [231] [232] [233] [234]
2023-09-21T13:03:45.5393264Z (./usersguide-3.8.1.dev0.ind [235] [236]
2023-09-21T13:03:45.5394884Z Underfull \hbox (badness 10000) in paragraph at lines 14--16
2023-09-21T13:03:45.5395744Z []\T1/txtt/m/n/10 __contains__() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.attrib
2023-09-21T13:03:45.5396599Z uteset.AttributeSet
2023-09-21T13:03:45.5397013Z 
2023-09-21T13:03:45.5397749Z Underfull \hbox (badness 10000) in paragraph at lines 30--31
2023-09-21T13:03:45.5398566Z []\T1/txtt/m/n/10 __getitem__() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.tableex
2023-09-21T13:03:45.5399418Z tension.Row method\T1/qtm/m/n/10 ),
2023-09-21T13:03:45.5399839Z 
2023-09-21T13:03:45.5400571Z Underfull \hbox (badness 10000) in paragraph at lines 53--54
2023-09-21T13:03:45.5401372Z []\T1/txtt/m/n/10 __setitem__() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.tableex
2023-09-21T13:03:45.5402216Z tension.Row method\T1/qtm/m/n/10 ),
2023-09-21T13:03:45.5402647Z 
2023-09-21T13:03:45.5403381Z Underfull \hbox (badness 10000) in paragraph at lines 82--84
2023-09-21T13:03:45.5404202Z []\T1/txtt/m/n/10 _v_attrnames \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.attribut
2023-09-21T13:03:45.5405472Z eset.AttributeSet at-
2023-09-21T13:03:45.5405648Z 
2023-09-21T13:03:45.5405953Z Underfull \hbox (badness 6493) in paragraph at lines 84--86
2023-09-21T13:03:45.5406539Z []\T1/txtt/m/n/10 _v_attrnamessys \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.attri
2023-09-21T13:03:45.5406936Z buteset.AttributeSet at-
2023-09-21T13:03:45.5567122Z [237]
2023-09-21T13:03:45.5571843Z Underfull \hbox (badness 10000) in paragraph at lines 177--178
2023-09-21T13:03:45.5576739Z []\T1/txtt/m/n/10 close() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.filenod
2023-09-21T13:03:45.5580758Z e.RAFileNode method\T1/qtm/m/n/10 ),
2023-09-21T13:03:45.5584668Z 
2023-09-21T13:03:45.5588583Z Underfull \hbox (badness 10000) in paragraph at lines 178--179
2023-09-21T13:03:45.5592825Z []\T1/txtt/m/n/10 close() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.filenod
2023-09-21T13:03:45.5596772Z e.RawPyTablesIO
2023-09-21T13:03:45.5600396Z 
2023-09-21T13:03:45.5604141Z Underfull \hbox (badness 10000) in paragraph at lines 179--180
2023-09-21T13:03:45.5608303Z []\T1/txtt/m/n/10 close() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.filenod
2023-09-21T13:03:45.5612204Z e.ROFileNode method\T1/qtm/m/n/10 ),
2023-09-21T13:03:45.5740631Z [238]
2023-09-21T13:03:45.5741320Z Underfull \hbox (badness 10000) in paragraph at lines 228--230
2023-09-21T13:03:45.5741816Z []\T1/txtt/m/n/10 DEFAULT_H5_BACKTRACE_POLICY \T1/qtm/m/n/10 (\T1/qtm/m/it/10 t
2023-09-21T13:03:45.5742192Z a-
2023-09-21T13:03:45.5742322Z 
2023-09-21T13:03:45.5742623Z Underfull \hbox (badness 10000) in paragraph at lines 241--243
2023-09-21T13:03:45.5743441Z []\T1/txtt/m/n/10 DRIVER_CORE_BACKING_STORE \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in 
2023-09-21T13:03:45.5743843Z mod-ule ta-
2023-09-21T13:03:45.5744003Z 
2023-09-21T13:03:45.5744284Z Underfull \hbox (badness 10000) in paragraph at lines 244--245
2023-09-21T13:03:45.5745086Z []\T1/txtt/m/n/10 DRIVER_CORE_INCREMENT \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in mod-
2023-09-21T13:03:45.5745439Z ule ta-
2023-09-21T13:03:45.5745587Z 
2023-09-21T13:03:45.5745878Z Underfull \hbox (badness 10000) in paragraph at lines 245--246
2023-09-21T13:03:45.5746341Z []\T1/txtt/m/n/10 DRIVER_DIRECT_ALIGNMENT \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in mo
2023-09-21T13:03:45.5746724Z d-ule ta-
2023-09-21T13:03:45.5746883Z 
2023-09-21T13:03:45.5747179Z Underfull \hbox (badness 10000) in paragraph at lines 246--248
2023-09-21T13:03:45.5747766Z []\T1/txtt/m/n/10 DRIVER_DIRECT_BLOCK_SIZE \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in m
2023-09-21T13:03:45.5748159Z od-ule ta-
2023-09-21T13:03:45.5748317Z 
2023-09-21T13:03:45.5748608Z Underfull \hbox (badness 10000) in paragraph at lines 248--250
2023-09-21T13:03:45.5749064Z []\T1/txtt/m/n/10 DRIVER_DIRECT_CBUF_SIZE \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in mo
2023-09-21T13:03:45.5749443Z d-ule ta-
2023-09-21T13:03:45.5749599Z 
2023-09-21T13:03:45.5749900Z Underfull \hbox (badness 10000) in paragraph at lines 250--251
2023-09-21T13:03:45.5750359Z []\T1/txtt/m/n/10 DRIVER_SPLIT_META_EXT \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in mod-
2023-09-21T13:03:45.5750691Z ule ta-
2023-09-21T13:03:45.5750834Z 
2023-09-21T13:03:45.5751126Z Underfull \hbox (badness 10000) in paragraph at lines 290--291
2023-09-21T13:03:45.5751686Z []\T1/txtt/m/n/10 fetch_all_fields() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.ta
2023-09-21T13:03:45.5752037Z bleextension.Row
2023-09-21T13:03:45.5906599Z [239]
2023-09-21T13:03:45.5907359Z Underfull \hbox (badness 10000) in paragraph at lines 296--297
2023-09-21T13:03:45.5908014Z []\T1/txtt/m/n/10 fileno() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.fileno
2023-09-21T13:03:45.5908422Z de.RawPyTablesIO
2023-09-21T13:03:45.5908616Z 
2023-09-21T13:03:45.5908960Z Underfull \hbox (badness 10000) in paragraph at lines 315--316
2023-09-21T13:03:45.5909588Z []\T1/txtt/m/n/10 flush() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.filenod
2023-09-21T13:03:45.5910029Z e.RAFileNode method\T1/qtm/m/n/10 ),
2023-09-21T13:03:45.5910258Z 
2023-09-21T13:03:45.5910580Z Underfull \hbox (badness 10000) in paragraph at lines 316--317
2023-09-21T13:03:45.5911206Z []\T1/txtt/m/n/10 flush() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.filenod
2023-09-21T13:03:45.5911600Z e.RawPyTablesIO
2023-09-21T13:03:45.5911769Z 
2023-09-21T13:03:45.5912087Z Underfull \hbox (badness 10000) in paragraph at lines 317--318
2023-09-21T13:03:45.5912705Z []\T1/txtt/m/n/10 flush() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.filenod
2023-09-21T13:03:45.5913144Z e.ROFileNode method\T1/qtm/m/n/10 ),
2023-09-21T13:03:45.5913366Z 
2023-09-21T13:03:45.5913670Z Underfull \hbox (badness 10000) in paragraph at lines 319--320
2023-09-21T13:03:45.5914294Z []\T1/txtt/m/n/10 format_h5_backtrace() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles
2023-09-21T13:03:45.5914828Z .HDF5ExtError
2023-09-21T13:03:45.6072976Z [240]
2023-09-21T13:03:45.6074080Z Underfull \hbox (badness 5119) in paragraph at lines 426--427
2023-09-21T13:03:45.6075195Z []\T1/txtt/m/n/10 mode \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.filenode.R
2023-09-21T13:03:45.6076089Z awPyTablesIO at-tribute\T1/qtm/m/n/10 ),
2023-09-21T13:03:45.6076476Z 
2023-09-21T13:03:45.6076995Z Underfull \hbox (badness 10000) in paragraph at lines 495--497
2023-09-21T13:03:45.6077916Z []\T1/txtt/m/n/10 read_from_filenode() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in mod-u
2023-09-21T13:03:45.6078525Z le ta-
2023-09-21T13:03:45.6078776Z 
2023-09-21T13:03:45.6079294Z Underfull \hbox (badness 10000) in paragraph at lines 501--502
2023-09-21T13:03:45.6080293Z []\T1/txtt/m/n/10 readable() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:45.6080936Z node.RAFileNode
2023-09-21T13:03:45.6210727Z [241]
2023-09-21T13:03:45.6211765Z Underfull \hbox (badness 10000) in paragraph at lines 502--503
2023-09-21T13:03:45.6212393Z []\T1/txtt/m/n/10 readable() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:45.6212779Z node.RawPyTablesIO
2023-09-21T13:03:45.6213131Z 
2023-09-21T13:03:45.6213437Z Underfull \hbox (badness 10000) in paragraph at lines 503--504
2023-09-21T13:03:45.6214002Z []\T1/txtt/m/n/10 readable() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:45.6214365Z node.ROFileNode
2023-09-21T13:03:45.6214535Z 
2023-09-21T13:03:45.6214835Z Underfull \hbox (badness 10000) in paragraph at lines 504--505
2023-09-21T13:03:45.6215396Z []\T1/txtt/m/n/10 readinto() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:45.6215769Z node.RawPyTablesIO
2023-09-21T13:03:45.6215945Z 
2023-09-21T13:03:45.6216243Z Underfull \hbox (badness 10000) in paragraph at lines 505--506
2023-09-21T13:03:45.6216812Z []\T1/txtt/m/n/10 readline() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:45.6217155Z node.RAFileNode
2023-09-21T13:03:45.6217325Z 
2023-09-21T13:03:45.6217629Z Underfull \hbox (badness 10000) in paragraph at lines 506--507
2023-09-21T13:03:45.6218198Z []\T1/txtt/m/n/10 readline() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:45.6218571Z node.RawPyTablesIO
2023-09-21T13:03:45.6218751Z 
2023-09-21T13:03:45.6219049Z Underfull \hbox (badness 10000) in paragraph at lines 507--508
2023-09-21T13:03:45.6219618Z []\T1/txtt/m/n/10 readline() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:45.6219979Z node.ROFileNode
2023-09-21T13:03:45.6220134Z 
2023-09-21T13:03:45.6220431Z Underfull \hbox (badness 10000) in paragraph at lines 508--509
2023-09-21T13:03:45.6221001Z []\T1/txtt/m/n/10 readlines() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.fil
2023-09-21T13:03:45.6221374Z enode.RAFileNode
2023-09-21T13:03:45.6221542Z 
2023-09-21T13:03:45.6221823Z Underfull \hbox (badness 10000) in paragraph at lines 509--510
2023-09-21T13:03:45.6222401Z []\T1/txtt/m/n/10 readlines() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.fil
2023-09-21T13:03:45.6222772Z enode.ROFileNode
2023-09-21T13:03:45.6222943Z 
2023-09-21T13:03:45.6223238Z Underfull \hbox (badness 10000) in paragraph at lines 540--541
2023-09-21T13:03:45.6223810Z []\T1/txtt/m/n/10 seekable() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:45.6224499Z node.RAFileNode
2023-09-21T13:03:45.6224670Z 
2023-09-21T13:03:45.6224979Z Underfull \hbox (badness 10000) in paragraph at lines 541--542
2023-09-21T13:03:45.6225537Z []\T1/txtt/m/n/10 seekable() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:45.6225907Z node.RawPyTablesIO
2023-09-21T13:03:45.6226085Z 
2023-09-21T13:03:45.6226378Z Underfull \hbox (badness 10000) in paragraph at lines 542--543
2023-09-21T13:03:45.6226943Z []\T1/txtt/m/n/10 seekable() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:45.6227288Z node.ROFileNode
2023-09-21T13:03:45.6227457Z 
2023-09-21T13:03:45.6227750Z Underfull \hbox (badness 10000) in paragraph at lines 592--593
2023-09-21T13:03:45.6228326Z []\T1/txtt/m/n/10 truncate() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:45.6228675Z node.RAFileNode
2023-09-21T13:03:45.6228841Z 
2023-09-21T13:03:45.6229141Z Underfull \hbox (badness 10000) in paragraph at lines 593--594
2023-09-21T13:03:45.6229707Z []\T1/txtt/m/n/10 truncate() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:45.6230079Z node.RawPyTablesIO
2023-09-21T13:03:45.6298143Z [242]
2023-09-21T13:03:45.6298785Z Underfull \hbox (badness 10000) in paragraph at lines 633--634
2023-09-21T13:03:45.6299389Z []\T1/txtt/m/n/10 writable() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:45.6299752Z node.RAFileNode
2023-09-21T13:03:45.6299927Z 
2023-09-21T13:03:45.6300231Z Underfull \hbox (badness 10000) in paragraph at lines 634--635
2023-09-21T13:03:45.6300810Z []\T1/txtt/m/n/10 writable() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:45.6301193Z node.RawPyTablesIO
2023-09-21T13:03:45.6301359Z 
2023-09-21T13:03:45.6301969Z Underfull \hbox (badness 10000) in paragraph at lines 635--636
2023-09-21T13:03:45.6302718Z []\T1/txtt/m/n/10 writable() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:45.6303251Z node.ROFileNode
2023-09-21T13:03:45.6303509Z 
2023-09-21T13:03:45.6303803Z Underfull \hbox (badness 10000) in paragraph at lines 636--637
2023-09-21T13:03:45.6304631Z []\T1/txtt/m/n/10 write() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.filenod
2023-09-21T13:03:45.6305059Z e.RAFileNode method\T1/qtm/m/n/10 ),
2023-09-21T13:03:45.6305266Z 
2023-09-21T13:03:45.6305573Z Underfull \hbox (badness 10000) in paragraph at lines 637--638
2023-09-21T13:03:45.6306127Z []\T1/txtt/m/n/10 write() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.filenod
2023-09-21T13:03:45.6306496Z e.RawPyTablesIO
2023-09-21T13:03:45.6306668Z 
2023-09-21T13:03:45.6306965Z Underfull \hbox (badness 10000) in paragraph at lines 638--639
2023-09-21T13:03:45.6307529Z []\T1/txtt/m/n/10 writelines() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.fi
2023-09-21T13:03:45.6307900Z lenode.RAFileNode
2023-09-21T13:03:45.6852984Z [243]) (./usersguide-3.8.1.dev0.aux) )
2023-09-21T13:03:45.6853913Z (see the transcript file for additional information){/usr/share/texmf/fonts/enc
2023-09-21T13:03:45.6855221Z /dvips/tex-gyre/q-ec.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/base/8r
2023-09-21T13:03:45.6856303Z .enc}{/usr/share/texmf/fonts/enc/dvips/tex-gyre/q-ts1.enc}</usr/share/texlive/t
2023-09-21T13:03:45.6861719Z exmf-dist/fonts/type1/public/amsfonts/cm/cmmi5.pfb></usr/share/texlive/texmf-di
2023-09-21T13:03:45.6871203Z st/fonts/type1/public/amsfonts/cm/cmsy5.pfb></usr/share/texlive/texmf-dist/font
2023-09-21T13:03:45.6878948Z s/type1/public/amsfonts/symbols/msbm10.pfb></usr/share/texmf/fonts/type1/public
2023-09-21T13:03:45.6947495Z /tex-gyre/qhvb.pfb></usr/share/texmf/fonts/type1/public/tex-gyre/qhvbi.pfb></us
2023-09-21T13:03:45.6982909Z r/share/texmf/fonts/type1/public/tex-gyre/qhvr.pfb></usr/share/texmf/fonts/type
2023-09-21T13:03:45.7026694Z 1/public/tex-gyre/qtmb.pfb></usr/share/texmf/fonts/type1/public/tex-gyre/qtmbi.
2023-09-21T13:03:45.7117655Z pfb></usr/share/texmf/fonts/type1/public/tex-gyre/qtmr.pfb></usr/share/texmf/fo
2023-09-21T13:03:45.7155261Z nts/type1/public/tex-gyre/qtmri.pfb></usr/share/texlive/texmf-dist/fonts/type1/
2023-09-21T13:03:45.7164444Z public/txfonts/t1xbtt.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/txf
2023-09-21T13:03:45.7174229Z onts/t1xbtt.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/txfonts/t1xtt
2023-09-21T13:03:45.7199788Z .pfb></usr/share/texlive/texmf-dist/fonts/type1/public/txfonts/t1xtt.pfb></usr/
2023-09-21T13:03:45.7205744Z share/texlive/texmf-dist/fonts/type1/public/txfonts/tcxbtt.pfb></usr/share/texl
2023-09-21T13:03:45.7211718Z ive/texmf-dist/fonts/type1/public/txfonts/tcxtt.pfb></usr/share/texlive/texmf-d
2023-09-21T13:03:45.7343312Z ist/fonts/type1/urw/times/utmr8a.pfb>
2023-09-21T13:03:45.7344045Z Output written on usersguide-3.8.1.dev0.pdf (247 pages, 2826903 bytes).
2023-09-21T13:03:45.7344839Z Transcript written on usersguide-3.8.1.dev0.log.
2023-09-21T13:03:45.8630682Z Latexmk: Index file 'usersguide-3.8.1.dev0.idx' was written
2023-09-21T13:03:45.9220298Z Latexmk: Log file says output to 'usersguide-3.8.1.dev0.pdf'
2023-09-21T13:03:45.9432044Z Latexmk: Examining 'usersguide-3.8.1.dev0.log'
2023-09-21T13:03:45.9432860Z === TeX engine is 'pdfTeX'
2023-09-21T13:03:45.9433729Z Latexmk: All targets (usersguide-3.8.1.dev0.pdf) are up-to-date
2023-09-21T13:03:45.9450256Z make[2]: Leaving directory '/home/runner/work/PyTables/PyTables/doc/build/latex'
2023-09-21T13:03:47.0351197Z make[1]: Leaving directory '/home/runner/work/PyTables/PyTables/doc'
2023-09-21T13:03:47.0352548Z rm -f doc/usersguide-*.pdf
2023-09-21T13:03:47.0385649Z cp doc/build/latex/usersguide-3.8.1.dev0.pdf doc
2023-09-21T13:03:47.0809107Z cp RELEASE_NOTES.rst dist/RELEASE_NOTES-3.8.1.dev0.rst
2023-09-21T13:03:47.0826754Z cp doc/build/latex/usersguide-3.8.1.dev0.pdf dist/pytablesmanual-3.8.1.dev0.pdf
2023-09-21T13:03:47.0869334Z tar cvzf dist/pytablesmanual-3.8.1.dev0-html.tar.gz doc/html
2023-09-21T13:03:47.0888200Z doc/html/
2023-09-21T13:03:47.0888639Z doc/html/genindex.html
2023-09-21T13:03:47.0904886Z doc/html/cookbook/
2023-09-21T13:03:47.0906929Z doc/html/cookbook/hints_for_sql_users.html
2023-09-21T13:03:47.0919132Z doc/html/cookbook/threading.html
2023-09-21T13:03:47.0940138Z doc/html/cookbook/inmemory_hdf5_files.html
2023-09-21T13:03:47.0942373Z doc/html/cookbook/index.html
2023-09-21T13:03:47.0946846Z doc/html/cookbook/tailoring_atexit_hooks.html
2023-09-21T13:03:47.0948995Z doc/html/cookbook/simple_table.html
2023-09-21T13:03:47.0956584Z doc/html/cookbook/custom_data_types.html
2023-09-21T13:03:47.0958535Z doc/html/cookbook/no_root_install.html
2023-09-21T13:03:47.0964794Z doc/html/cookbook/py2exe_howto.html
2023-09-21T13:03:47.0969662Z doc/html/search.html
2023-09-21T13:03:47.0971730Z doc/html/_static/
2023-09-21T13:03:47.0973532Z doc/html/_static/doctools.js
2023-09-21T13:03:47.0975411Z doc/html/_static/searchtools.js
2023-09-21T13:03:47.0977338Z doc/html/_static/plus.png
2023-09-21T13:03:47.0979170Z doc/html/_static/documentation_options.js
2023-09-21T13:03:47.0981285Z doc/html/_static/js/
2023-09-21T13:03:47.0983057Z doc/html/_static/js/badge_only.js
2023-09-21T13:03:47.0985381Z doc/html/_static/js/html5shiv-printshiv.min.js
2023-09-21T13:03:47.0987301Z doc/html/_static/js/theme.js
2023-09-21T13:03:47.0989165Z doc/html/_static/js/html5shiv.min.js
2023-09-21T13:03:47.0991374Z doc/html/_static/css/
2023-09-21T13:03:47.0993117Z doc/html/_static/css/theme.css
2023-09-21T13:03:47.1017038Z doc/html/_static/css/badge_only.css
2023-09-21T13:03:47.1018784Z doc/html/_static/css/fonts/
2023-09-21T13:03:47.1020221Z doc/html/_static/css/fonts/Roboto-Slab-Regular.woff
2023-09-21T13:03:47.1050507Z doc/html/_static/css/fonts/lato-bold.woff2
2023-09-21T13:03:47.1140516Z doc/html/_static/css/fonts/Roboto-Slab-Regular.woff2
2023-09-21T13:03:47.1171228Z doc/html/_static/css/fonts/fontawesome-webfont.woff2
2023-09-21T13:03:47.1201526Z doc/html/_static/css/fonts/lato-bold.woff
2023-09-21T13:03:47.1347004Z doc/html/_static/css/fonts/lato-normal-italic.woff2
2023-09-21T13:03:47.1435836Z doc/html/_static/css/fonts/lato-bold-italic.woff
2023-09-21T13:03:47.1581666Z doc/html/_static/css/fonts/lato-normal.woff2
2023-09-21T13:03:47.1656015Z doc/html/_static/css/fonts/lato-normal.woff
2023-09-21T13:03:47.1800859Z doc/html/_static/css/fonts/fontawesome-webfont.eot
2023-09-21T13:03:47.1890679Z doc/html/_static/css/fonts/lato-normal-italic.woff
2023-09-21T13:03:47.2054950Z doc/html/_static/css/fonts/fontawesome-webfont.ttf
2023-09-21T13:03:47.2142576Z doc/html/_static/css/fonts/fontawesome-webfont.woff
2023-09-21T13:03:47.2206181Z doc/html/_static/css/fonts/Roboto-Slab-Bold.woff
2023-09-21T13:03:47.2250506Z doc/html/_static/css/fonts/lato-bold-italic.woff2
2023-09-21T13:03:47.2328018Z doc/html/_static/css/fonts/fontawesome-webfont.svg
2023-09-21T13:03:47.2714857Z doc/html/_static/css/fonts/Roboto-Slab-Bold.woff2
2023-09-21T13:03:47.2786393Z doc/html/_static/graphviz.css
2023-09-21T13:03:47.2788451Z doc/html/_static/basic.css
2023-09-21T13:03:47.2821091Z doc/html/_static/logo-pytables-small.png
2023-09-21T13:03:47.2823394Z doc/html/_static/language_data.js
2023-09-21T13:03:47.2825675Z doc/html/_static/sphinx_highlight.js
2023-09-21T13:03:47.2834782Z doc/html/_static/file.png
2023-09-21T13:03:47.2836615Z doc/html/_static/minus.png
2023-09-21T13:03:47.2838413Z doc/html/_static/pygments.css
2023-09-21T13:03:47.2840631Z doc/html/_sources/
2023-09-21T13:03:47.2842519Z doc/html/_sources/cookbook/
2023-09-21T13:03:47.2844345Z doc/html/_sources/cookbook/tailoring_atexit_hooks.rst.txt
2023-09-21T13:03:47.2846283Z doc/html/_sources/cookbook/custom_data_types.rst.txt
2023-09-21T13:03:47.2848188Z doc/html/_sources/cookbook/threading.rst.txt
2023-09-21T13:03:47.2850150Z doc/html/_sources/cookbook/hints_for_sql_users.rst.txt
2023-09-21T13:03:47.2852216Z doc/html/_sources/cookbook/no_root_install.rst.txt
2023-09-21T13:03:47.2854391Z doc/html/_sources/cookbook/simple_table.rst.txt
2023-09-21T13:03:47.2861426Z doc/html/_sources/cookbook/py2exe_howto.rst.txt
2023-09-21T13:03:47.2863320Z doc/html/_sources/cookbook/index.rst.txt
2023-09-21T13:03:47.2865714Z doc/html/_sources/cookbook/inmemory_hdf5_files.rst.txt
2023-09-21T13:03:47.2867741Z doc/html/_sources/MIGRATING_TO_2.x.rst.txt
2023-09-21T13:03:47.2870056Z doc/html/_sources/development.rst.txt
2023-09-21T13:03:47.2871352Z doc/html/_sources/release_notes.rst.txt
2023-09-21T13:03:47.2872690Z doc/html/_sources/dev_team.rst.txt
2023-09-21T13:03:47.2873923Z doc/html/_sources/downloads.rst.txt
2023-09-21T13:03:47.2875146Z doc/html/_sources/FAQ.rst.txt
2023-09-21T13:03:47.2876509Z doc/html/_sources/other_material.rst.txt
2023-09-21T13:03:47.2877853Z doc/html/_sources/project_pointers.rst.txt
2023-09-21T13:03:47.2879139Z doc/html/_sources/MIGRATING_TO_3.x.rst.txt
2023-09-21T13:03:47.2896660Z doc/html/_sources/index.rst.txt
2023-09-21T13:03:47.2898460Z doc/html/_sources/usersguide/
2023-09-21T13:03:47.2899907Z doc/html/_sources/usersguide/libref/
2023-09-21T13:03:47.2901208Z doc/html/_sources/usersguide/libref/homogenous_storage.rst.txt
2023-09-21T13:03:47.2902607Z doc/html/_sources/usersguide/libref/declarative_classes.rst.txt
2023-09-21T13:03:47.2910935Z doc/html/_sources/usersguide/libref/filenode_classes.rst.txt
2023-09-21T13:03:47.2912348Z doc/html/_sources/usersguide/libref/hierarchy_classes.rst.txt
2023-09-21T13:03:47.2913758Z doc/html/_sources/usersguide/libref/top_level.rst.txt
2023-09-21T13:03:47.2915056Z doc/html/_sources/usersguide/libref/file_class.rst.txt
2023-09-21T13:03:47.2916394Z doc/html/_sources/usersguide/libref/helper_classes.rst.txt
2023-09-21T13:03:47.2917789Z doc/html/_sources/usersguide/libref/link_classes.rst.txt
2023-09-21T13:03:47.2919105Z doc/html/_sources/usersguide/libref/expr_class.rst.txt
2023-09-21T13:03:47.2920435Z doc/html/_sources/usersguide/libref/structured_storage.rst.txt
2023-09-21T13:03:47.2929577Z doc/html/_sources/usersguide/condition_syntax.rst.txt
2023-09-21T13:03:47.2930961Z doc/html/_sources/usersguide/introduction.rst.txt
2023-09-21T13:03:47.2932423Z doc/html/_sources/usersguide/libref.rst.txt
2023-09-21T13:03:47.2933687Z doc/html/_sources/usersguide/usersguide.rst.txt
2023-09-21T13:03:47.2935011Z doc/html/_sources/usersguide/parameter_files.rst.txt
2023-09-21T13:03:47.2943768Z doc/html/_sources/usersguide/utilities.rst.txt
2023-09-21T13:03:47.2945545Z doc/html/_sources/usersguide/file_format.rst.txt
2023-09-21T13:03:47.2946933Z doc/html/_sources/usersguide/installation.rst.txt
2023-09-21T13:03:47.2954572Z doc/html/_sources/usersguide/tutorials.rst.txt
2023-09-21T13:03:47.3019077Z doc/html/_sources/usersguide/bibliography.rst.txt
2023-09-21T13:03:47.3038074Z doc/html/_sources/usersguide/optimization.rst.txt
2023-09-21T13:03:47.3055037Z doc/html/_sources/usersguide/filenode.rst.txt
2023-09-21T13:03:47.3071082Z doc/html/_sources/usersguide/datatypes.rst.txt
2023-09-21T13:03:47.3072462Z doc/html/_sources/usersguide/index.rst.txt
2023-09-21T13:03:47.3074439Z doc/html/_sources/release-notes/
2023-09-21T13:03:47.3075846Z doc/html/_sources/release-notes/RELEASE_NOTES_v1.4.rst.txt
2023-09-21T13:03:47.3077344Z doc/html/_sources/release-notes/RELEASE_NOTES_v1.3.2.rst.txt
2023-09-21T13:03:47.3078861Z doc/html/_sources/release-notes/RELEASE_NOTES_v2.0.x.rst.txt
2023-09-21T13:03:47.3093781Z doc/html/_sources/release-notes/RELEASE_NOTES_v0.7.1.rst.txt
2023-09-21T13:03:47.3095472Z doc/html/_sources/release-notes/RELEASE_NOTES_v1.1.1.rst.txt
2023-09-21T13:03:47.3096970Z doc/html/_sources/release-notes/RELEASE_NOTES_v0.8.rst.txt
2023-09-21T13:03:47.3098508Z doc/html/_sources/release-notes/RELEASE_NOTES_v1.3.3.rst.txt
2023-09-21T13:03:47.3099946Z doc/html/_sources/release-notes/RELEASE_NOTES_v3.0.x.rst.txt
2023-09-21T13:03:47.3124483Z doc/html/_sources/release-notes/RELEASE_NOTES_v1.3.rst.txt
2023-09-21T13:03:47.3126302Z doc/html/_sources/release-notes/RELEASE_NOTES_v2.0.x-pro.rst.txt
2023-09-21T13:03:47.3128081Z doc/html/_sources/release-notes/RELEASE_NOTES_v2.4.x.rst.txt
2023-09-21T13:03:47.3129832Z doc/html/_sources/release-notes/RELEASE_NOTES_v2.2.x.rst.txt
2023-09-21T13:03:47.3144807Z doc/html/_sources/release-notes/RELEASE_NOTES_v2.1.x.rst.txt
2023-09-21T13:03:47.3146579Z doc/html/_sources/release-notes/RELEASE_NOTES_v0.7.2.rst.txt
2023-09-21T13:03:47.3148339Z doc/html/_sources/release-notes/RELEASE_NOTES_v3.3.x.rst.txt
2023-09-21T13:03:47.3149987Z doc/html/_sources/release-notes/RELEASE_NOTES_v3.2.x.rst.txt
2023-09-21T13:03:47.3151512Z doc/html/_sources/release-notes/RELEASE_NOTES_v1.2.rst.txt
2023-09-21T13:03:47.3152972Z doc/html/_sources/release-notes/RELEASE_NOTES_v2.3.x.rst.txt
2023-09-21T13:03:47.3163000Z doc/html/_sources/release-notes/RELEASE_NOTES_v1.2.3.rst.txt
2023-09-21T13:03:47.3164545Z doc/html/_sources/release-notes/RELEASE_NOTES_v2.1.x-pro.rst.txt
2023-09-21T13:03:47.3166012Z doc/html/_sources/release-notes/RELEASE_NOTES_v0.9.rst.txt
2023-09-21T13:03:47.3167513Z doc/html/_sources/release-notes/RELEASE_NOTES_v3.8.x.rst.txt
2023-09-21T13:03:47.3169002Z doc/html/_sources/release-notes/RELEASE_NOTES_v3.4.x.rst.txt
2023-09-21T13:03:47.3170480Z doc/html/_sources/release-notes/RELEASE_NOTES_v3.7.x.rst.txt
2023-09-21T13:03:47.3171917Z doc/html/_sources/release-notes/RELEASE_NOTES_v1.0.rst.txt
2023-09-21T13:03:47.3173454Z doc/html/_sources/release-notes/RELEASE_NOTES_v1.2.1.rst.txt
2023-09-21T13:03:47.3174871Z doc/html/_sources/release-notes/RELEASE_NOTES_v3.5.x.rst.txt
2023-09-21T13:03:47.3176320Z doc/html/_sources/release-notes/RELEASE_NOTES_v2.2.x-pro.rst.txt
2023-09-21T13:03:47.3183773Z doc/html/_sources/release-notes/RELEASE_NOTES_v3.1.x.rst.txt
2023-09-21T13:03:47.3185567Z doc/html/_sources/release-notes/RELEASE_NOTES_v1.3.1.rst.txt
2023-09-21T13:03:47.3187045Z doc/html/_sources/release-notes/RELEASE_NOTES_v0.9.1.rst.txt
2023-09-21T13:03:47.3206194Z doc/html/_sources/release-notes/RELEASE_NOTES_v1.2.2.rst.txt
2023-09-21T13:03:47.3207856Z doc/html/_sources/release-notes/RELEASE_NOTES_v1.1.rst.txt
2023-09-21T13:03:47.3209365Z doc/html/_sources/release-notes/RELEASE_NOTES_v3.6.x.rst.txt
2023-09-21T13:03:47.3210808Z doc/html/other_material.html
2023-09-21T13:03:47.3212130Z doc/html/objects.inv
2023-09-21T13:03:47.3213419Z doc/html/downloads.html
2023-09-21T13:03:47.3219444Z doc/html/MIGRATING_TO_2.x.html
2023-09-21T13:03:47.3240792Z doc/html/MIGRATING_TO_3.x.html
2023-09-21T13:03:47.3262123Z doc/html/FAQ.html
2023-09-21T13:03:47.3280103Z doc/html/.buildinfo
2023-09-21T13:03:47.3281369Z doc/html/development.html
2023-09-21T13:03:47.3288211Z doc/html/index.html
2023-09-21T13:03:47.3289706Z doc/html/_modules/
2023-09-21T13:03:47.3290821Z doc/html/_modules/index.html
2023-09-21T13:03:47.3292418Z doc/html/_modules/tables/
2023-09-21T13:03:47.3293581Z doc/html/_modules/tables/atom.html
2023-09-21T13:03:47.3348865Z doc/html/_modules/tables/carray.html
2023-09-21T13:03:47.3350459Z doc/html/_modules/tables/earray.html
2023-09-21T13:03:47.3352689Z doc/html/_modules/tables/description.html
2023-09-21T13:03:47.3385457Z doc/html/_modules/tables/leaf.html
2023-09-21T13:03:47.3406046Z doc/html/_modules/tables/group.html
2023-09-21T13:03:47.3445034Z doc/html/_modules/tables/vlarray.html
2023-09-21T13:03:47.3469083Z doc/html/_modules/tables/filters.html
2023-09-21T13:03:47.3476074Z doc/html/_modules/tables/array.html
2023-09-21T13:03:47.3515380Z doc/html/_modules/tables/index.html
2023-09-21T13:03:47.3582596Z doc/html/_modules/tables/table.html
2023-09-21T13:03:47.3693912Z doc/html/_modules/tables/flavor.html
2023-09-21T13:03:47.3706845Z doc/html/_modules/tables/attributeset.html
2023-09-21T13:03:47.3721138Z doc/html/_modules/tables/expression.html
2023-09-21T13:03:47.3745318Z doc/html/_modules/tables/nodes/
2023-09-21T13:03:47.3746815Z doc/html/_modules/tables/nodes/filenode.html
2023-09-21T13:03:47.3776837Z doc/html/_modules/tables/unimplemented.html
2023-09-21T13:03:47.3783206Z doc/html/_modules/tables/file.html
2023-09-21T13:03:47.3851858Z doc/html/_modules/tables/link.html
2023-09-21T13:03:47.3857961Z doc/html/_modules/tables/exceptions.html
2023-09-21T13:03:47.3864188Z doc/html/_modules/tables/node.html
2023-09-21T13:03:47.3897871Z doc/html/_modules/tables/indexes.html
2023-09-21T13:03:47.3905762Z doc/html/_modules/tables/misc/
2023-09-21T13:03:47.3906989Z doc/html/_modules/tables/misc/enum.html
2023-09-21T13:03:47.3912998Z doc/html/_modules/tables/tests/
2023-09-21T13:03:47.3914224Z doc/html/_modules/tables/tests/common.html
2023-09-21T13:03:47.3927370Z doc/html/_modules/tables/tests/test_suite.html
2023-09-21T13:03:47.3934620Z doc/html/py-modindex.html
2023-09-21T13:03:47.3935890Z doc/html/dev_team.html
2023-09-21T13:03:47.3937432Z doc/html/_images/
2023-09-21T13:03:47.3938724Z doc/html/_images/compressed-writing-zlib.png
2023-09-21T13:03:47.3940539Z doc/html/_images/compressed-recordsize-shuffle.png
2023-09-21T13:03:47.3962820Z doc/html/_images/Q8-1g-idx-compress.png
2023-09-21T13:03:47.4015568Z doc/html/_images/compressed-select-cache-zlib.png
2023-09-21T13:03:47.4032298Z doc/html/_images/indexes-sizes2.png
2023-09-21T13:03:47.4070018Z doc/html/_images/objecttree.png
2023-09-21T13:03:47.4223707Z doc/html/_images/objecttree-h5.png
2023-09-21T13:03:47.4262109Z doc/html/_images/random-chunksize-15GB.png
2023-09-21T13:03:47.4296703Z doc/html/_images/seq-chunksize-15GB.png
2023-09-21T13:03:47.4335284Z doc/html/_images/Q8-1g-idx-optlevels.png
2023-09-21T13:03:47.4402303Z doc/html/_images/tutorial2-tableview.png
2023-09-21T13:03:47.4456040Z doc/html/_images/Q8-1g-idx-sorted.png
2023-09-21T13:03:47.4510246Z doc/html/_images/create-index-time-int32-float64.png
2023-09-21T13:03:47.4546755Z doc/html/_images/inkernel-zlib-blosc-blosc2.png
2023-09-21T13:03:47.4582822Z doc/html/_images/compressed-recordsize.png
2023-09-21T13:03:47.4601828Z doc/html/_images/create-chunksize-15GB.png
2023-09-21T13:03:47.4636909Z doc/html/_images/compressed-select-nocache.png
2023-09-21T13:03:47.4675688Z doc/html/_images/tutorial1-1-tableview.png
2023-09-21T13:03:47.4728918Z doc/html/_images/compressed-writing.png
2023-09-21T13:03:47.4745403Z doc/html/_images/cratio-zlib-blosc-blosc2.png
2023-09-21T13:03:47.4762674Z doc/html/_images/compressed-writing-shuffle.png
2023-09-21T13:03:47.4796227Z doc/html/_images/compressed-select-cache-shuffle.png
2023-09-21T13:03:47.4831182Z doc/html/_images/tutorial1-2-tableview.png
2023-09-21T13:03:47.4869025Z doc/html/_images/Q8-1g-noidx.png
2023-09-21T13:03:47.4920262Z doc/html/_images/Q8-1g-idx-SSD.png
2023-09-21T13:03:47.4970870Z doc/html/_images/compressed-select-nocache-shuffle-only.png
2023-09-21T13:03:47.4989116Z doc/html/_images/compressed-recordsize-zlib.png
2023-09-21T13:03:47.5026108Z doc/html/_images/filesizes-chunksize-15GB.png
2023-09-21T13:03:47.5042070Z doc/html/_images/inkernel-vs-pandas.png
2023-09-21T13:03:47.5059652Z doc/html/_images/tutorial1-general.png
2023-09-21T13:03:47.5097603Z doc/html/_images/compressed-select-cache.png
2023-09-21T13:03:47.5113797Z doc/html/_images/Q7-10m-noidx.png
2023-09-21T13:03:47.5164687Z doc/html/_images/NumFocusSponsoredStamp.png
2023-09-21T13:03:47.5166431Z doc/html/project_pointers.html
2023-09-21T13:03:47.5167749Z doc/html/searchindex.js
2023-09-21T13:03:47.5331501Z doc/html/_downloads/
2023-09-21T13:03:47.5333589Z doc/html/_downloads/8bbbc8a4ed98661eb17d6cba686446f8/
2023-09-21T13:03:47.5335501Z doc/html/_downloads/8bbbc8a4ed98661eb17d6cba686446f8/threading_monkeypatch.py
2023-09-21T13:03:47.5346926Z doc/html/_downloads/6ac7d106714473f7fb7cddf60d22202f/
2023-09-21T13:03:47.5348726Z doc/html/_downloads/6ac7d106714473f7fb7cddf60d22202f/pytables_test.py
2023-09-21T13:03:47.5350781Z doc/html/_downloads/337dcbbbed7b8a832f3496c5e8b1d206/
2023-09-21T13:03:47.5352586Z doc/html/_downloads/337dcbbbed7b8a832f3496c5e8b1d206/simple_threading.py
2023-09-21T13:03:47.5354850Z doc/html/usersguide/
2023-09-21T13:03:47.5356579Z doc/html/usersguide/libref/
2023-09-21T13:03:47.5358244Z doc/html/usersguide/libref/structured_storage.html
2023-09-21T13:03:47.5407529Z doc/html/usersguide/libref/filenode_classes.html
2023-09-21T13:03:47.5423933Z doc/html/usersguide/libref/link_classes.html
2023-09-21T13:03:47.5436997Z doc/html/usersguide/libref/expr_class.html
2023-09-21T13:03:47.5439014Z doc/html/usersguide/libref/top_level.html
2023-09-21T13:03:47.5440601Z doc/html/usersguide/libref/homogenous_storage.html
2023-09-21T13:03:47.5462074Z doc/html/usersguide/libref/file_class.html
2023-09-21T13:03:47.5493939Z doc/html/usersguide/libref/helper_classes.html
2023-09-21T13:03:47.5524225Z doc/html/usersguide/libref/hierarchy_classes.html
2023-09-21T13:03:47.5548881Z doc/html/usersguide/libref/declarative_classes.html
2023-09-21T13:03:47.5581243Z doc/html/usersguide/introduction.html
2023-09-21T13:03:47.5589087Z doc/html/usersguide/filenode.html
2023-09-21T13:03:47.5595771Z doc/html/usersguide/installation.html
2023-09-21T13:03:47.5610704Z doc/html/usersguide/tutorials.html
2023-09-21T13:03:47.5692894Z doc/html/usersguide/optimization.html
2023-09-21T13:03:47.5715523Z doc/html/usersguide/libref.html
2023-09-21T13:03:47.5716929Z doc/html/usersguide/parameter_files.html
2023-09-21T13:03:47.5753570Z doc/html/usersguide/index.html
2023-09-21T13:03:47.5755114Z doc/html/usersguide/bibliography.html
2023-09-21T13:03:47.5766309Z doc/html/usersguide/utilities.html
2023-09-21T13:03:47.5782634Z doc/html/usersguide/datatypes.html
2023-09-21T13:03:47.5784014Z doc/html/usersguide/file_format.html
2023-09-21T13:03:47.5790855Z doc/html/usersguide/condition_syntax.html
2023-09-21T13:03:47.5796261Z doc/html/usersguide/usersguide.html
2023-09-21T13:03:47.5797673Z doc/html/release_notes.html
2023-09-21T13:03:47.5805444Z doc/html/release-notes/
2023-09-21T13:03:47.5806822Z doc/html/release-notes/RELEASE_NOTES_v1.2.3.html
2023-09-21T13:03:47.5808340Z doc/html/release-notes/RELEASE_NOTES_v1.2.1.html
2023-09-21T13:03:47.5813923Z doc/html/release-notes/RELEASE_NOTES_v3.0.x.html
2023-09-21T13:03:47.5822472Z doc/html/release-notes/RELEASE_NOTES_v0.9.1.html
2023-09-21T13:03:47.5823947Z doc/html/release-notes/RELEASE_NOTES_v0.7.1.html
2023-09-21T13:03:47.5827801Z doc/html/release-notes/RELEASE_NOTES_v2.0.x-pro.html
2023-09-21T13:03:47.5833641Z doc/html/release-notes/RELEASE_NOTES_v1.0.html
2023-09-21T13:03:47.5856314Z doc/html/release-notes/RELEASE_NOTES_v3.6.x.html
2023-09-21T13:03:47.5858089Z doc/html/release-notes/RELEASE_NOTES_v0.7.2.html
2023-09-21T13:03:47.5862818Z doc/html/release-notes/RELEASE_NOTES_v2.1.x.html
2023-09-21T13:03:47.5864547Z doc/html/release-notes/RELEASE_NOTES_v3.3.x.html
2023-09-21T13:03:47.5874949Z doc/html/release-notes/RELEASE_NOTES_v3.7.x.html
2023-09-21T13:03:47.5876453Z doc/html/release-notes/RELEASE_NOTES_v3.1.x.html
2023-09-21T13:03:47.5889037Z doc/html/release-notes/RELEASE_NOTES_v2.1.x-pro.html
2023-09-21T13:03:47.5890577Z doc/html/release-notes/RELEASE_NOTES_v3.5.x.html
2023-09-21T13:03:47.5892055Z doc/html/release-notes/RELEASE_NOTES_v1.3.html
2023-09-21T13:03:47.5895325Z doc/html/release-notes/RELEASE_NOTES_v1.1.html
2023-09-21T13:03:47.5896821Z doc/html/release-notes/RELEASE_NOTES_v1.4.html
2023-09-21T13:03:47.5903554Z doc/html/release-notes/RELEASE_NOTES_v2.0.x.html
2023-09-21T13:03:47.5912508Z doc/html/release-notes/RELEASE_NOTES_v1.2.html
2023-09-21T13:03:47.5916547Z doc/html/release-notes/RELEASE_NOTES_v1.3.2.html
2023-09-21T13:03:47.5918104Z doc/html/release-notes/RELEASE_NOTES_v1.1.1.html
2023-09-21T13:03:47.5923022Z doc/html/release-notes/RELEASE_NOTES_v1.2.2.html
2023-09-21T13:03:47.5924575Z doc/html/release-notes/RELEASE_NOTES_v0.9.html
2023-09-21T13:03:47.5935138Z doc/html/release-notes/RELEASE_NOTES_v3.4.x.html
2023-09-21T13:03:47.5936691Z doc/html/release-notes/RELEASE_NOTES_v3.2.x.html
2023-09-21T13:03:47.5941325Z doc/html/release-notes/RELEASE_NOTES_v3.8.x.html
2023-09-21T13:03:47.5944622Z doc/html/release-notes/RELEASE_NOTES_v2.2.x-pro.html
2023-09-21T13:03:47.5961739Z doc/html/release-notes/RELEASE_NOTES_v0.8.html
2023-09-21T13:03:47.5963546Z doc/html/release-notes/RELEASE_NOTES_v1.3.1.html
2023-09-21T13:03:47.5968517Z doc/html/release-notes/RELEASE_NOTES_v2.2.x.html
2023-09-21T13:03:47.5976939Z doc/html/release-notes/RELEASE_NOTES_v1.3.3.html
2023-09-21T13:03:47.5978535Z doc/html/release-notes/RELEASE_NOTES_v2.3.x.html
2023-09-21T13:03:47.5989905Z doc/html/release-notes/RELEASE_NOTES_v2.4.x.html
2023-09-21T13:03:47.6030657Z cd dist && \
2023-09-21T13:03:47.6031391Z md5sum -b tables-3.8.1.dev0.tar.gz RELEASE_NOTES-3.8.1.dev0.rst \
2023-09-21T13:03:47.6031977Z pytablesmanual-3.8.1.dev0.pdf \
2023-09-21T13:03:47.6032815Z pytablesmanual-3.8.1.dev0-html.tar.gz > pytables-3.8.1.dev0.md5 && \
2023-09-21T13:03:47.6033263Z cd -
2023-09-21T13:03:47.6471592Z /home/runner/work/PyTables/PyTables
2023-09-21T13:03:47.6518848Z ##[group]Run actions/upload-artifact@v3
2023-09-21T13:03:47.6519177Z with:
2023-09-21T13:03:47.6519412Z   path: dist/*
2023-09-21T13:03:47.6519670Z   name: artifact
2023-09-21T13:03:47.6519950Z   if-no-files-found: warn
2023-09-21T13:03:47.6520236Z env:
2023-09-21T13:03:47.6520579Z   pythonLocation: /opt/hostedtoolcache/Python/3.11.5/x64
2023-09-21T13:03:47.6521040Z   PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.11.5/x64/lib/pkgconfig
2023-09-21T13:03:47.6521470Z   Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.5/x64
2023-09-21T13:03:47.6521898Z   Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.5/x64
2023-09-21T13:03:47.6522311Z   Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.5/x64
2023-09-21T13:03:47.6522716Z   LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.11.5/x64/lib
2023-09-21T13:03:47.6523070Z ##[endgroup]
2023-09-21T13:03:47.7490982Z With the provided path, there will be 5 files uploaded
2023-09-21T13:03:47.7498606Z Starting artifact upload
2023-09-21T13:03:47.7500618Z For more detailed logs during the artifact upload process, enable step-debugging: https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging
2023-09-21T13:03:47.7501505Z Artifact name is valid!
2023-09-21T13:03:47.9270060Z Container for artifact "artifact" successfully created. Starting upload of file(s)
2023-09-21T13:03:53.3274811Z Total size of all the files uploaded is 13149242 bytes
2023-09-21T13:03:53.3281765Z File upload process has finished. Finalizing the artifact upload
2023-09-21T13:03:53.4629383Z Artifact has been finalized. All files have been successfully uploaded!
2023-09-21T13:03:53.4629719Z 
2023-09-21T13:03:53.4629967Z The raw size of all the files that were specified for upload is 13281665 bytes
2023-09-21T13:03:53.4630668Z The size of all the files that were uploaded is 13149242 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage
2023-09-21T13:03:53.4631089Z 
2023-09-21T13:03:53.4631996Z Note: The size of downloaded zips can differ significantly from the reported size. For more information see: https://github.com/actions/upload-artifact#zipped-artifact-downloads 
2023-09-21T13:03:53.4632503Z 
2023-09-21T13:03:53.4637858Z Artifact artifact has been successfully uploaded!
2023-09-21T13:03:53.4836313Z Post job cleanup.
2023-09-21T13:03:53.7031506Z Post job cleanup.
2023-09-21T13:03:53.8322811Z [command]/usr/bin/git version
2023-09-21T13:03:53.8403277Z git version 2.42.0
2023-09-21T13:03:53.8476859Z Temporarily overriding HOME='/home/runner/work/_temp/9938bc00-dca0-4d04-b211-61af9319094c' before making global git config changes
2023-09-21T13:03:53.8482660Z Adding repository directory to the temporary git global config as a safe directory
2023-09-21T13:03:53.8493291Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/PyTables/PyTables
2023-09-21T13:03:53.8568545Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2023-09-21T13:03:53.8631611Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2023-09-21T13:03:53.8969430Z Entering 'c-blosc'
2023-09-21T13:03:53.9108915Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2023-09-21T13:03:53.9214484Z http.https://github.com/.extraheader
2023-09-21T13:03:53.9240434Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2023-09-21T13:03:53.9288667Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2023-09-21T13:03:53.9584163Z Entering 'c-blosc'
2023-09-21T13:03:53.9619620Z http.https://github.com/.extraheader
2023-09-21T13:03:53.9947700Z Cleaning up orphan processes
